Usage Scenario: Creating a New Password with a Verification Code

After receiving the verification code via the ‘Forgot My Password’ screen, a user wants to create a new password in the system. During this process, the user enters both their email address and the verification code they received to set their new password.

Application Flow:

  • Element: ‘Save New Password’ button
  • Trigger: OnClick
  • Action: Authorisation → Set Password With Verification Code

Parameter Configuration:

  • User Name: txtEmail.value
  • Verification Code: txtVerificationCode.value
  • New Password: txtNewPassword.value

After completing the password setting process, the user can log in to the system with their new credentials.