Added message to failed login for debug
This commit is contained in:
parent
9d16625c98
commit
9727c8efce
@ -115,7 +115,7 @@ class LdapAdapter implements LoginAdapter
|
|||||||
return $user;
|
return $user;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
throw new core_kernel_users_InvalidLoginException();
|
throw new core_kernel_users_InvalidLoginException('User "'.$this->getUsername().'" failed LDAP authentication.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user