Actions
BUG #4170
openStart date:
02/03/2026
Due date:
% Done:
100%
Estimated time:
Description
Description¶
Module/Section: Create New Password
Profile: Agency
Issue Category: Functional
On the Create New Password page, the Confirm Password field becomes enabled prematurely as soon as any 8 or more characters are entered in the New Password field, even when the password does not satisfy all defined requirements.
This behavior allows users to proceed with password confirmation before a valid password has been fully established.
Steps to Reproduce¶
- Navigate to the Create New Password page.
- Enter any password with 8 or more characters that does not meet all password requirements.
- Observe the state of the Confirm Password input field.
Expected Result¶
The Confirm Password field should remain disabled until the New Password meets all defined password requirements.
Actual Result¶
The Confirm Password field becomes enabled once the password length reaches 8 characters, regardless of unmet password requirements.
Attachments¶
Impact Area:¶
confirm password field
Root Cause:¶
lack of validation¶
Additional Info¶
- Tested By: Aman
Actions