BUG #4354
openDescription
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¶
- Navigate to Signup as Agency.
- Click on Generate Password.
- Try to modify the password length setting.
- 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
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