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

After integrated with ldap, the admin account is disabled #59

Open vickeykool opened 6 years ago

vickeykool commented 6 years ago

After integrated with ldap, other accounts login successfully, while the admin account can't login, why?

manucg7 commented 6 years ago

because the plugin replace the auth through django users, they are different models data

madmath03 commented 6 years ago

@vickeykool be aware that you can still use the admin account to access the Django admin panel.

If your instance of taiga is public, make sure to go to my.taiga.instance.com/admin/ and change the admin password.

If you're interested by this functionality (#49), you can use this version which also includes several other fixes: https://github.com/Monogramm/taiga-contrib-ldap-auth-ext