Password Change
Last updated
Last updated
This page contains recommendations for the implementation of password change functionality.
Request at least the following data during password change:
Old password.
New password.
Confirmation of the new password.
Terminate all active sessions after changing a password.
Ask for a second factor when a user changes a password, if a multi-factor authentication is enabled.
Implement the CSRF protection, see the page.
Log successful and failed password change attempts, see the page.
Comply with requirements from the page.
Limit the number of attempts to change the password for a certain period, see the page.