Skip to content
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

Authorization by old password #235

Open
nickshmalik opened this issue Dec 28, 2021 · 2 comments
Open

Authorization by old password #235

nickshmalik opened this issue Dec 28, 2021 · 2 comments

Comments

@nickshmalik
Copy link

Hellow!

noticed the problem, tasted only on Microsoft Active Directory.

When changing the password, you can log in using the old and new password.

@jjnanthakumar
Copy link

@etianen Thank you so much for this amazing LDAP Package for Django and I would like to contribute to this project if time permits.

@etianen
Copy link
Owner

etianen commented Jan 6, 2022

@nickshmalik - Do you have both the LDAP backend and the normal model backend enabled in your settings.py? It's possible that you have the old password also set in the database, and if both authentication backends are enabled, it's allowing authentication by either method. Or your AD server is b0rked.

@jjnanthakumar - Thanks! Help is always welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants