diff options
Diffstat (limited to 'lib/private/user.php')
-rw-r--r-- | lib/private/user.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/user.php b/lib/private/user.php index ee1ff6f3766..86b1385f15d 100644 --- a/lib/private/user.php +++ b/lib/private/user.php @@ -44,6 +44,8 @@ * supported. User management operations are delegated to the configured backend for * execution. * + * Note that &run is deprecated and won't work anymore. + * * Hooks provided: * pre_createUser(&run, uid, password) * post_createUser(uid, password) |