Hi Contributors,
Is there any config option to apply auth default method, normalize_username for lowercase username when using LDAP authenticator?
Hi Contributors,
Is there any config option to apply auth default method, normalize_username for lowercase username when using LDAP authenticator?
You can subclass LDAPAuthenticator
and override normalize_username
to transform the username in any way you want.