Bug #14671
iOS - QC1324 - Prod - Add Validation - Change password
Status: | Resolved | Start date: | 07 November 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 07 November 2022 | |
Assignee: | Jimmy Phang | % Done: | 100% | |
Category: | - | Estimated time: | 3.00 hours | |
Target version: | - | Spent time: | 3.00 hours |
Description
Please add validation for repeated password (old & new) on change password module
Access point: Submenu – Settings – Change Password
We need to have validation on the new password against the old password.
- Validation on the new password field, it must not be the same as old password.
If newly entered password is the same as current password,
please display under new password field in red
EN: Password cannot be same with old password
ID: Kata sandi tidak dapat same dengan kata sandi yang lama
Please refer to attached doc for more details.
History
#1 Updated by Jimmy Phang about 2 years ago
Prod - QC1324 (add validation & call 1 WS)
A.
Add validation for repeated password (old & new) on change password module
Submenu – Settings – Change Password
We need to have validation on the new password against the old password.
- Validation on the new password field, it must not be the same as Current password field.
If newly entered password is the same as current password,
please display under new password field in red
EN: Password cannot be same with old password
ID: Kata sandi tidak dapat same dengan kata sandi yang lama
Remark: if validation is matched,
Pls consider to lower this portion
in order to display the new
copy writing in red.
B.
Please call PerformVerifyPassword at submit button
Call PerformVerifyPassword by passing BE the same parameters (pString, cString & random_number)
BE return success response, continue to call PerformChangePassword – Existing.
#2 Updated by Filbert Hartawan about 2 years ago
- Due date set to 07 November 2022
- Status changed from New to Resolved
- Start date changed from 04 November 2022 to 07 November 2022
- % Done changed from 0 to 100
- Estimated time set to 3.00
#3 Updated by Filbert Hartawan about 2 years ago
- Assignee changed from Filbert Hartawan to Jimmy Phang
#4 Updated by Jimmy Phang about 2 years ago
Tested good