-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ldap-user with superuser status cant login to admin pages #21
Comments
Hello, I hope I'm not too late (sorry for delay) but my guess would be that the issue is with the user's password. To solve this, you could ask the user to change its (local) password by going to its Taiga profile page then "change password". After setting its local password, the user should be able to access the admin pages. It might be a good idea that we set/update the local password with the one provided on each successful LDAP login... but I'm afraid I might not have the time to add this behavior right now. |
Is it possible for the admin pages to test LDAP first, then local password similarly to how the regular login works? |
Not through any kind of configuration I know of. This extension only impacts Taiga, not the Django backend that generates the admin pages. |
I have a user that has logged in via his/her ldap-account, which has then been marked as a superuser in the admin pages. But said user is still not able to login to the admin page.
The text was updated successfully, but these errors were encountered: