X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4543999aeca36e07555a0fa508cf9d0580e34c70..2a496ad85e9117b7cfaaa315b208f478eba30ffd:/SL/Dispatcher/AuthHandler/User.pm diff --git a/SL/Dispatcher/AuthHandler/User.pm b/SL/Dispatcher/AuthHandler/User.pm index 182d65442..3748dc110 100644 --- a/SL/Dispatcher/AuthHandler/User.pm +++ b/SL/Dispatcher/AuthHandler/User.pm @@ -46,9 +46,8 @@ sub _error { my $self = shift; $::auth->punish_wrong_login; + $::dispatcher->handle_login_error(error => 'password'); - require SL::Controller::Base; - SL::Controller::Base->new->redirect_to('controller.pl?action=LoginScreen/user_login&error=password'); return 0; }