LDAP issue with . in username
Unsolved
Taiga
-
I’ve found out that when a user has a username like firstname.lastname and he logs in to Taiga, the Django backend says the username is firstnamelastname (so without the dot). This also means that logging in the second time doesn’t work.
-
Good catch! I can reproduce the issue. Until we know more, you can login to the admin/django interface of taiga and add that dot back for that user there. Then at least I was able to re-login as that user using the username with a dot. It also stays that way then.
-
@nebulon said in LDAP issue with . in username:
Good catch! I can reproduce the issue.
Just curious if there is any progress on this?