Revision 7d42e176
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Auth/DB.pm | ||
---|---|---|
70 | 70 |
return ERR_BACKEND; |
71 | 71 |
} |
72 | 72 |
|
73 |
$password = SL::Auth::Password->hash(password => $password) unless $is_crypted; |
|
73 |
$password = SL::Auth::Password->hash(login => $login, password => $password) unless $is_crypted;
|
|
74 | 74 |
|
75 | 75 |
do_query($main::form, $dbh, qq|UPDATE auth."user" SET password = ? WHERE login = ?|, $password, $login); |
76 | 76 |
|
Auch abrufbar als: Unified diff
Bei Passwortänderung Login für Salzen übergeben