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