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

dot in name ldap account #45

Open MetallStill opened 7 years ago

MetallStill commented 7 years ago

Hi If i create ldap user with name testtest@example.com i can sign in with ldap password one, two or more times. If i create test.test@exmaple.com i can only one time sign in. on second time - error: "Server application error" in browser (500) into pdb - django.db.utils.IntegrityError: duplicate key value violates unique constraint "users_user_email_243f6e77_uniq" DETAIL: Key (email)=(test.test@example.com) already exists.

veox commented 7 years ago

Duplicate of #15.