The password history feature is available but lacks functionality. The current password history only records passwords generated within a day.
Normally, users tend to change passwords older than one day. However, in the current implementation, if a user changes a password older than one day, it is not recorded in the password history.
If a user changes his or her password and then is asked for the old password for confirmation, the user will not know the old password.
Also, when a user manually changes his/her password, it is not recorded in the password history.
Please implement an accurate password history feature that records the history of changed passwords, not a generated password history feature.
The password history feature is available but lacks functionality. The current password history only records passwords generated within a day.
Normally, users tend to change passwords older than one day. However, in the current implementation, if a user changes a password older than one day, it is not recorded in the password history.
If a user changes his or her password and then is asked for the old password for confirmation, the user will not know the old password.
Also, when a user manually changes his/her password, it is not recorded in the password history.
Please implement an accurate password history feature that records the history of changed passwords, not a generated password history feature.