Actions
BUG #4092
opendev #4299: [SQA] : Auth module
[SQA] Password generator allows length > 32 and generates passwords exceeding 64 characters
Start date:
01/21/2026
Due date:
% Done:
100%
Estimated time:
Description
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¶
- Open Reset Password page.
- Manually type Password Length > 32.
- Generate password.
- 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
Types of Issue
Functional Issue
Root Cause:
lack of validation
Impacted Area:
reset password generator
Updated by Nazmul Hossain Shovon 3 months ago
- Description updated (diff)
- Status changed from Pending to In Progress
- Assignee set to Nazmul Hossain Shovon
- % Done changed from 0 to 100
Updated by Nazmul Hossain Shovon about 1 month ago
- Assignee changed from Nazmul Hossain Shovon to Aman Bhuiyan
Actions