Project

General

Profile

BUG #4354

Updated by Ayat Rahman 10 days ago

**Issue Description**   
 In the **Signup as Agency → Password Generator** section, after clicking **"Generate Password"**, if the **password length is modified**, the **password generator dropdown disappears**.This prevents the user from generating another password without re-triggering the dropdown, disrupting the expected functionality and user flow.   

 **Module / Page**   
 Signup as Agency → Password Generator   

 **Module Section**   
 Password Field / Generate Password / Password Length Control   

 **Screen Size**   
 Desktop   

 **Sprint / Module**   
 Sprint-5 (Partial - Profile Setup Module)  

 **Tested By**   
 Md. Abdul Hamid   

 ---   

 #### Steps to Reproduce   
 1. Navigate to **Signup as Agency**.   
 2. Click on **Generate Password**.   
 3. Try to modify the **password length** setting.   
 4. Observe the **password generator dropdown**.   

 **Expected Result**   
 The **password generator dropdown should remain visible** while modifying password length, allowing users to regenerate passwords seamlessly.   

 **Actual Result**   
 The **password generator dropdown disappears** while modifying password length, preventing further interaction.   

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

 **Types of Issue**   
 Functional Issue  

 ---   

 **Root Cause:**   
 - The function for showing and hiding password generator panel had some conditional issues. 


   

 **Impacted Area:**   
 - Agency Signup page 
 - Agency Password reset page 
 - Admin Password reset page   

Back