Revision d0c2cfbe
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
202 | 202 |
|
203 | 203 |
show_error('login/password_error', 'password') if SL::Auth::OK != $::auth->authenticate($::form->{login}, $::form->{password}); |
204 | 204 |
|
205 |
$::auth->set_session_value('login', $::form->{login}, 'password', $::form->{password});
|
|
205 |
$::auth->store_credentials_in_session(login => $::form->{login}, password => $::form->{password});
|
|
206 | 206 |
$::auth->create_or_refresh_session; |
207 | 207 |
$::auth->delete_session_value('FLASH'); |
208 | 208 |
delete $::form->{password}; |
Auch abrufbar als: Unified diff
Das Benutzer-Passwort nicht im Klartext in Session-Tabelle ablegen