ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Check password in history of old passwords #126

Open coudot opened 1 week ago

coudot commented 1 week ago

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)

coudot commented 3 days ago

Prerequisite : #118