Revision a4c3e9de
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Dispatcher/AuthHandler/Admin.pm | ||
---|---|---|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
$::request->{layout} = SL::Layout::Dispatcher->new(style => 'admin'); |
26 |
$::request->layout->no_menu(1); |
|
26 | 27 |
$::auth->delete_session_value('admin_password'); |
27 | 28 |
$::auth->punish_wrong_login; |
28 | 29 |
SL::Dispatcher::show_error('admin/adminlogin', 'password'); |
Auch abrufbar als: Unified diff
Admin-Controller: bei Session-Fehler Menü nicht anzeigen