Skip to content

Releases: kaliop-uk/ezidentitymanagementbundle

0.8.1

26 Jun 16:38
Compare
Choose a tag to compare

Allow installation with more modern random_compat

Allow more flexibility with error messages

16 Jan 20:57
Compare
Choose a tag to compare

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

31 Oct 14:23
Compare
Choose a tag to compare
0.7.2

Better erro messages when a user has an empty email from ldap

log error message for legacy log in

31 Oct 13:11
Compare
Choose a tag to compare
0.7.1

add one error message for legacy log in

Support 2 LDAP servers for HA

31 Oct 11:38
Compare
Choose a tag to compare

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

01 Feb 10:11
Compare
Choose a tag to compare