Fixed #10450: Different errormessages on login failure

This commit is contained in:
Arjan Widlak 2009-05-31 20:39:12 +00:00
parent 20a333cde8
commit aab891a5b6
5 changed files with 21 additions and 8 deletions

View file

@ -126,7 +126,7 @@ sub authenticate {
}
$self->user(WebGUI::User->new($self->session,1));
my $i18n = WebGUI::International->new($self->session);
$self->error('<li>'.$i18n->get(68).'</li>');
$self->SUPER::authenticationError;
return 0;
}