Namespace.clean_path removes last character from username with ldap authentication
Created by: darix
::Namespace.clean_path("[email protected]".match(/^[^@]*/)[0].parameterize)
Expected output: "foo"
Actual output: "fo"
master: gitlab-ce-7.10.0+git1428299238.526b28da
@randx any ideas on this or is this someone else part?