Change Password
The Change Password screen is opened by clicking on the
Change Password
menu item in the account menu.
Captions
Text | Type | Comments |
Change Password | Static | |
Required fields* | Static |
Inputs
Name | Constraints | Placeholder Text |
Current Password | Max Length: 40 Min Length: 8 | Current Password |
New Password | Max Length: 40 Min Length: 8 | New Password |
Confirm Password | Max Length: 40 Min Length: 8 | Confirm Password |
Actions
Validation
Exception | Error Message |
No current password | Current password not entered |
Current password is wrong | Current password is incorrect. |
No new password | New password not entered |
New password too short | New password must be at least 8 characters |
No confirm new password | Confirm new password not entered. |
Confirm new password too short | Confirm new password must be at least 8 characters |
New and confirm new don't match | New password and confirm new password are different |
Note: For the first release there will be no additional validation on the password format for strength or special characters etc. The only constraint is that the length must be >=8 and <= 40 characters.
Last modified 1yr ago