Change Password

Overview

Users are redirected to this screen once they click on the Change Password option in the sidebar app drawer.

Link → {base url}/mgramseva/home/changepassword

User Interaction On Screen

  • Enter the Current Password

  • Enter and Confirm a New Password to set the login credentials for the next time login

  • Click the Change Password Button. The user login password is set to the new password.

Password Hint Card

This feature helps match the user password to the requirements and checks if the password contains

  • Minimum 6 digits

  • At least one special character ( !#$%^&...)

  • At least one letter

  • At least one number

File Path

Field Validations

FieldsValidation

Current Password*

No Validation

Set a New Password*

r'^(?=.*?[A-Za-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{6,}$'

Confirm New Password*

Match with New Password

API Details

End PointRequest MethodRequest Info

user/password/_update

POST

"userName": {}, "existingPassword": {}, "newPassword": {}, "tenantId": {}, "type": {}

Stack

1 → Home Screen. + Change Password Screen

Pop → Home Screen

Widgets utilised from Library

Last updated