Project

General

Profile

BUG #4264

Updated by Nazmul Hossain Shovon about 2 months ago

**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 
 1. Navigate to the **Sign Up / Account Creation** page. 
 2. Locate the **Password input field**. 
 3. Enter a password that meets the **12–64 character requirement**. 
 4. Trigger validation (e.g., submit the form or move focus away from the field). 
 5. 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](https://drive.google.com/file/d/1tRvPNOLeT54PyLvOw-oyq9Xbq-8c4gUx/view?usp=sharing) 

 **Types of Issue**   
 UI Issue 

 --- 

 **Root Cause:**   
 mismatch with lovable 

   


 **Impacted Area:**   
 agency signup form   

Back