LDAP user with an email that contains a single quote fails to login
Created by: jhawk28
An LDAP user tries to log into our GitLab. The user is found in the ldap, but is not allowed to log in. example: first.mc'[email protected] Username is like: e12345
It appears that the lib\gitlab\regex.rb:14 is the problem /\A[a-zA-Z0-9_\-\. ]*\z/
does not allow single quotes as special characters.