Resolve "LDAP connector problem with case insensitive logins"
Closes #586 (closed)
This Merge Requests resolves few problems:
- LDAP login could be case insensitive - right now accounts connected to ldap must be lowercase in the system. However, login operation will be case insensitive
- information about connection to LDAP was missing directly after user account was created (refresh of website was solving he problem)
- information about connection to LDAP could be missing after user edit dialog was opened
- refresh button didn't refresh information about ldap connectivity properly
- accounts with login using different case were not properly matched to accounts in LDAP
Edited by Piotr Gawron