Releases: kaliop-uk/ezidentitymanagementbundle
Releases · kaliop-uk/ezidentitymanagementbundle
0.8.1
Allow more flexibility with error messages
It is now possible to
- tell apart bad password from no-user / no-login / no-email error messages; there is a config setting for this
- let the protocol-specific error messages float all the way up to the GUI layer (for this all your code has to do is to throw an AuthenticationException)
BC warnings: the class RemoteUserAuthenticationProvider is now handling exceptions differently, as well as throwing different exceptions, in methods authenticate
and retrieveUserAndCheckAuthentication
Better error messages when a user has an empty email from ldap
0.7.2 Better erro messages when a user has an empty email from ldap
log error message for legacy log in
0.7.1 add one error message for legacy log in
Support 2 LDAP servers for HA
In case the connection to the 1st LDAP server fails, try to connect to the 2nd
Fix an error when user login by mail fails
0.6.1 Readme