Make LDAP auth return an error for failure to match passwords.
This commit is contained in:
parent
09ba3dba91
commit
be15838529
3 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,6 @@ sub authenticate {
|
|||
return 1;
|
||||
}
|
||||
$self->user(WebGUI::User->new($self->session,1));
|
||||
my $i18n = WebGUI::International->new($self->session);
|
||||
$self->SUPER::authenticationError;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue