Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 587 Bytes

guide-implementing_change_password.md

File metadata and controls

19 lines (11 loc) · 587 Bytes

Change Password

Your users will sometimes want to change their passwords while they are logged in. Easy!

Configuration

Implementation

Frontend

  • Create a form where a logged-in user may enter their current and new passwords with an optional TOTP MFA code (required if the user has completed MFA onboarding with their authenticator app).
  • Submit the current and new passwords with the MFA code to AuthN.

Related Guides