Actions
Bug #2360
openExceeding Maximum Length for New Password
Start date:
03/01/2024
Due date:
% Done:
0%
Estimated time:
Description
The system enforces the maximum character limit of 30 for the new password field when changing a user's password, but allows above 30
Steps to Reproduce:
1.Access the "My Profile"
2.Enter the current password in the "Current password" field
3.Enter a new password exceeding 30 characters in the "New password" field
4.Re-enter the same password in the "Confirm new password" field
5.Click the "Change password" button
Expected Result:
The system should display an error message indicating that the new password exceeds the maximum character limit.
The password should not be changed.
Actual Result:
The system does not display an error message
The password is changed even if it exceeds 30 characters
Actions