ensky / taiga-contrib-ldap-auth

Taiga plugin for LDAP authentication
http://taiga.io
GNU Affero General Public License v3.0
54 stars 37 forks source link

Usernames with periods fail on second login #17

Open codertao opened 9 years ago

codertao commented 9 years ago

The register method calls 'unique slugify' (or thereabouts) on the username, which removes periods from the username on saving to the database. A subsequent login attempt will find no user with the same username, and attempt autoregistration, but will violate a unique email constraint.

For temp use we're just passing the username through without modification, and it seems to work...

ensky commented 8 years ago

seems duplicated with #15 ?

filhocf commented 7 years ago

This issue could be closed in favour to issue #45, and PR #43.