diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-02-17 19:07:15 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-02-17 19:07:15 +0100 |
commit | 1d096a1019c5e9af62c7fd5678fb258a1ea7ed17 (patch) | |
tree | 6c7ecc73a9931f993f5e9d2b4634ce99a945e132 /inc/auth/basic.class.php | |
parent | e56b080e4c4d199f4f26bc7fc6bcd7983add5719 (diff) | |
download | rpg-1d096a1019c5e9af62c7fd5678fb258a1ea7ed17.tar.gz rpg-1d096a1019c5e9af62c7fd5678fb258a1ea7ed17.tar.bz2 |
fixed password mail
There was an error which caused the mail aent on registration to
contain the crypted password instead of the cleartext one.
darcs-hash:20060217180715-7ad00-88b2e8f74ddbad41300ca53bbf79df3d8d8beebc.gz
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! |