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;
 }