Revision 8d8fc8dd
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
198 | 198 |
|
199 | 199 |
$::locale = Locale->new($::myconfig{countrycode}); |
200 | 200 |
|
201 |
show_error('login/password_error', 'password') if SL::Auth::OK != $::auth->authenticate($::form->{login}, $::form->{password}, 0);
|
|
201 |
show_error('login/password_error', 'password') if SL::Auth::OK != $::auth->authenticate($::form->{login}, $::form->{password}); |
|
202 | 202 |
|
203 | 203 |
$::auth->set_session_value('login', $::form->{login}, 'password', $::form->{password}); |
204 | 204 |
$::auth->create_or_refresh_session; |
Auch abrufbar als: Unified diff
Legacy-Interface: Auth::authenticate unterstützt "is_crypted" nicht mehr