Added message to failed login for debug

This commit is contained in:
Joel Bout 2015-03-10 15:09:27 +01:00
parent 9d16625c98
commit 9727c8efce

View File

@ -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.');
} }