Project

General

Profile

BUG #4093

Updated by Nazmul Hossain Shovon 3 months ago

 
 **Issue Description**   
 On **Reset Password** page, when clicking **Reset** with a length greater than **64**, the tooltip incorrectly indicates the value must be **≤ 32**, which is inconsistent with the intended max of **64**. 

 **Module / Page**   
 Reset Password 

 **Module Section**   
 Password Generator - Validation Tooltip 

 **Screen Size**   
 All Devices 


 --- 

 #### Steps to Reproduce 
 1. Open Reset Password page. 
 2. Enter Password Length > 64. 
 3. Click Reset. 
 4. Observe tooltip message. 

 **Expected Result**   
 Tooltip should indicate limit **≤ 64** (or block >64 correctly). 

 **Actual Result**   
 Tooltip says value must be **≤ 32**. 

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

 **Types of Issue**   
 Functional / UI Issue 

 --- 

 **Root Cause:**   
 wrong message 

   


 **Impacted Area:**   
 reset password validation message 
   

Back