Actions
BUG #4093
opendev #4299: [SQA] : Auth module
[SQA] Reset tooltip incorrectly says value must be ≤ 32 when length > 64
Start date:
01/21/2026
Due date:
% Done:
100%
Estimated time:
Description
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¶
- Open Reset Password page.
- Enter Password Length > 64.
- Click Reset.
- Observe tooltip message.
Expected Result
Tooltip should indicate limit ≤ 64 (or block >64 correctly).
Actual Result
Tooltip says value must be ≤ 32.
Attachments
PoC
Types of Issue
Functional / UI Issue
Root Cause:
wrong message
Impacted Area:
reset password validation message
Actions