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.
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.