Skip to main content

Change Password

For logged-in users to change their password:

Parameters

Example

React Form

Password Reset (Forgot Password)

For users who forgot their password:

Step 1: Request Reset

This sends a reset email to the user.

Step 2: Confirm Reset

The resetToken comes from the URL in the reset email.

Reset Flow Example

Request Form

Reset Confirmation Page

Password Requirements

New passwords must meet these requirements:
  • Minimum 8 characters
  • At least one uppercase letter (A-Z)
  • At least one lowercase letter (a-z)
  • At least one number (0-9)

Password Strength Indicator

Error Handling