diff options
Diffstat (limited to 'inc/auth/basic.class.php')
-rw-r--r-- | inc/auth/basic.class.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php index b47a63de9..6046edea1 100644 --- a/inc/auth/basic.class.php +++ b/inc/auth/basic.class.php @@ -189,8 +189,7 @@ class auth_basic { * Create a new User [implement only where required/possible] * * Returns false if the user already exists, null when an error - * occured and the cleartext password of the new user if - * everything went well. + * occured and true if everything went well. * * The new user HAS TO be added to the default group by this * function! |