BUG #4092
Updated by Nazmul Hossain Shovon 3 months ago
**Issue Description** In password generator, users can manually type a **Password Length greater than 32** and generate passwords **exceeding 64 characters**, while the form should accept only **8–64** characters. **Module / Page** Reset Password **Module Section** Password Generator - Password Length **Screen Size** All Devices --- #### Steps to Reproduce 1. Open Reset Password page. 2. Manually type Password Length > 32. 3. Generate password. 4. Observe generated password length. **Expected Result** Password Length dropdown/manual input should consistently enforce **8–64** and prevent >64 generation. **Actual Result** System generates passwords exceeding **64**. **Attachments** [PoC](https://drive.google.com/file/d/1s0W9M7ZSTocZS9wVeOBQVIvev1D75sFR/view?usp=sharing) **Types of Issue** Functional Issue --- **Root Cause:** lack of validation **Impacted Area:** reset password generator