Project

General

Profile

BUG #4216

Updated by Nazmul Hossain Shovon about 2 months ago

 

 ### Description 
 **Module/Section:** Agency Create New Password   
 **Profile:** Agency   
 **Issue Category:** UI   

 On the **Create New Password** page, entering a password with **exactly 8 characters** triggers an **unexpected or abnormal popup message**, indicating incorrect handling of password validation logic. 

 This behavior is confusing and inconsistent with expected validation flow. 

 ### Steps to Reproduce 
 1. Navigate to the **Create New Password** page. 
 2. Enter a password with **exactly 8 characters**. 
 3. Observe the **popup message behavior**. 

 ### Expected Result 
 - No **unexpected popup** should appear. 
 - Password validation should behave **normally**, according to the defined rules. 

 ### Actual Result 
 An **unexpected popup message** appears when a password with **exactly 8 characters** is entered. 

 ### Attachments 
 - [PoC](https://drive.google.com/file/d/1jdHAl1ahx61P9ytMrowsEzYUE3jxFPHE/view?usp=sharing) 

 ### Additional Info 
 - Tested By: Aman 

 --- 
 ### Impact Area: 
 reset password form 
 
  
 ### Root Cause: 
 lack of validation

Back