Actions
BUG #4264
openStart date:
02/08/2026
Due date:
% Done:
100%
Estimated time:
Description
Issue Description
On the Sign Up as Agency page, the password validation message displays an incorrect minimum length requirement. The UI states that the password length should be 8 to 64 characters, whereas the actual requirement is 12 to 64 characters.
Additionally, when any alert or validation message appears, all the fields label is highlighted in red, which is inconsistent with the lovable design.
Module / Page
Agency Profile → Sign Up → Password Field
Module Section
Password Validation / Field Styling (all fields when any alert triggered)
Screen Size
Desktop
Tested By
Tasfia Zaima
Steps to Reproduce¶
- Navigate to the Sign Up / Account Creation page.
- Locate the Password input field.
- Enter a password that meets the 12–64 character requirement.
- Trigger validation (e.g., submit the form or move focus away from the field).
- Observe the validation message and field styling.
Expected Result
- The validation message should indicate a minimum length of 12 characters.
- The field labels should not turn red when the alert message appears, in line with the Lovable design.
Actual Result
- The validation message shows a minimum length of 8 characters.
- The field labels are highlighted in red, inconsistent with Lovable design.
Attachments
PoC
Types of Issue
UI Issue
Root Cause:
mismatch with lovable
Impacted Area:
agency signup form
Actions