You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
You can setup the password_archiveable module as a workaround for this bug. This prevented the current password from being set as the new password with the following settings in the initializer:
# How many passwords to keep in archiveconfig.password_archiving_count=4# Deny old password (true, false, count)config.deny_old_passwords=true
Thanks for bringing this up. Using both modules together is the expected way to implement password expiry without password reuse. If this was not clear from the README.md we need to update the documentation.
Password expiry allows a user with an expired password to reuse their current password as their new password.
The text was updated successfully, but these errors were encountered: