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