Revision 3ab26ffc
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Dispatcher/AuthHandler/User.pm | ||
---|---|---|
31 | 31 |
my $self = shift; |
32 | 32 |
|
33 | 33 |
$::auth->punish_wrong_login; |
34 |
SL::Dispatcher::show_error('login_screen/user_login', 'password', @_);
|
|
34 |
print $::request->{cgi}->redirect('controller.pl?action=LoginScreen/user_login&error=password');
|
|
35 | 35 |
} |
36 | 36 |
|
37 | 37 |
1; |
Auch abrufbar als: Unified diff
Bei Loginfehlern das Menü nicht mitrendern