Actions
Bug #111
openPassword Helper Text Shows Incorrect Minimum Length (Should be 10, Not 8) (Web)
Status:
New
Priority:
Normal
Assignee:
-
Description
The helper text below the New Password field states: Min 8 chars, 1 uppercase, 1 lowercase, 1 number
However, the actual validation (and error message) requires: Password must be 10–50 characters
Environment:
URL: https://dev.akinderwellness.com/pages/partners
Steps to Reproduce
Open Change Password modal
Enter a password with:8–9 characters (meeting all other criteria)
Observe validation error despite matching helper text
Expected Behavior
Helper text should correctly reflect validation rules:
- Minimum 10 characters, not 8
- All password requirements should be consistent across UI and validation
Actual Behavior
Helper text incorrectly states minimum length as 8 characters
Validation enforces minimum 10 characters
Files
Actions