Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 484 Bytes

guide-implementing_change_password.md

File metadata and controls

22 lines (14 loc) · 484 Bytes
title tags
Change Password
guides

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.
  • Submit the current and new passwords to AuthN.

Related Guides