-
Notifications
You must be signed in to change notification settings - Fork 20
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
Check password in history of old passwords #126
Comments
Prerequisite : #118 |
Checking if the user is
Source: link
|
…g pwd that exist in pwdHistory.
…s password reset.
* Stopped using $header_name_audit_admin to check for admin privileges. * Create a new variable $use_resetpassword_requireauth to require password to change password. * Wrote documentation for new feature. * Added warning message to require new password.
This is not what is wanted here. The big plan is:
|
We need to use the ltb-common Password module to check the password hashes: https://github.com/ltb-project/ltb-common/blob/main/src/Ltb/Password.php |
Hello, @abpai94 I think this issue was assigned to me at the beginning. Did you have a special reason for working on this? I have no problem for you to work on this issue, but:
David |
Hey @davidcoutadeur Apologies for not informing you before picking it up. I found the topic interesting so I picked it up. In the future I will make sure to mention to the previously assigned person before picking up their ticket. As you can see in the pull request I went down a very specific rabbit hole which proved to be incorrect. I have spoken to @coudot who provided me more context which I will implement. So any more information you have about implementations would be helpful. Abhishek |
@coudot The issue has been completed. It requires the ltb-project/ltb-common#31 to be merged and the new version incremented for this feature to work. |
…et_attributevalue
…om pwdHistory - Added a new flag $use_checkpasswordhistory to config.inc.php - Documented feature for use
Currently, we check the password on the current value (by doing an LDAP BIND)
We would like to be able to browse password history and check the password on this history.
Use case : the password of the user has changed but the user forgot it and use an old password. We can verify that this old password is really a previous password of the user.
It would be possible only with a standard LDAP directory that is compatible with password policy (pwdHistory)
The text was updated successfully, but these errors were encountered: