Revision b8376fba
Von Sven Schöling vor fast 9 Jahren hinzugefügt
SL/Dispatcher/AuthHandler/User.pm | ||
---|---|---|
my $self = shift;
|
||
|
||
$::auth->punish_wrong_login;
|
||
print $::request->{cgi}->redirect('controller.pl?action=LoginScreen/user_login&error=password');
|
||
|
||
require SL::Controller::Base;
|
||
SL::Controller::Base->new->redirect_to('controller.pl?action=LoginScreen/user_login&error=password');
|
||
return 0;
|
||
}
|
||
|
Auch abrufbar als: Unified diff
AuthHandler: auth Fehler auch bei ajax requests korrekt behandeln