Skip to main content

Change Password


Use the Change Password screen to update the authenticated user's password.

This screen requires an active session.



This screen includes:

#ElementDescription
1Dialog titleDisplays Change password
2Close actionDismisses the dialog
3Current password fieldRequired input with visibility toggle
4New password fieldRequired input with visibility toggle
5Password requirementsLists the required password rules
6Forgot password linkOpens the reset password flow
7Cancel actionCloses the dialog without changes
8Update password actionSubmits the password update

Workflow

  1. Open Account.
  2. Select Edit account.
  3. Select Change password.
  4. Enter the current password.
  5. Enter a new password that meets the password requirements.
  6. Select Update password.

Password reset entry

If the user cannot provide the current password:

  1. Select Forgot password?.
  2. Continue in the Reset Password flow.

Validations

ScenarioApp BehaviorSDK Output
Session missing or expiredBlock access and require sign instate = unauthenticated
Current password emptyDisable Update passwordvalidation = required
New password empty or invalidDisable Update password and show requirement statevalidation = invalid
Current password incorrectDisplay inline errorerror = invalid_current_password
Request in progressShow loading statestate = loading
Request blockedDisplay restriction messageHTTP 405

Actions

ScenarioApp BehaviorSDK Output
Current password updatedUpdate input statecurrentPassword = updated
New password updatedUpdate input statenewPassword = updated
Visibility toggle selectedToggle password visibilitypasswordVisible = true/false
Update password selectedSubmit password updatePassword change request triggered
Password update succeedsKeep session active and close dialogstate = password_updated
Forgot password selectedOpen the Reset Password flowNavigation event
Cancel selectedClose dialog without changesNo state change
Close selectedDismiss dialogNo state change

Endpoint Resources

Change Password

PUT 

v3/account/password/change

Returns the Change Password screen configuration for an authenticated user.

UI Element Types

LevelReferenceTypeDescriptionPlacement
1titleRegularDisplays Change passwordheader
1closeActionDismisses the dialogheader
1current-passwordPasswordCurrent password input fieldbody
1new-passwordPasswordNew password input fieldbody
1password-rulesRegularPassword requirement hintbody
1reset-passwordLinkOpens the reset password flowbody
1cancelButtonCloses the dialog without changesfooter
1update-passwordButtonSubmits the password updatefooter

Accept Change Password​

POST 

v3/account/password/change

Updates the authenticated user's password after verifying the current password.