Bug #2388
openPassword with exceeding maximum character limit saved after clicking "Save Changes" button
0%
Description
Despite the specified limit of 30 characters for the password, the system allows users to change their password with more than 30 characters after clicking the "Save Changes" button.
Steps to reproduce:
1. Navigate to the "Change password" section in the user profile settings.
2. Enter a new password with more than 30 characters.
3. Re-enter the new password.
4. Click on the "Save Changes" button.
Expected results: After clicking on the "Save Changes" button, the system should display an error message indicating that the new password's length cannot be more than 30 characters and the password should not be changed.
Actual results: After clicking on the "Save Changes" button, the password is changed with more than 30 characters, despite the specifications indicating that it should not exceed this limit.
Updated by Nina Gievska almost 2 years ago
- Subject changed from Password with exceeding maximum character limit saved After Clicking "Save Changes" Button to Password with exceeding maximum character limit saved after clicking "Save Changes" button
- Description updated (diff)
- Priority changed from Medium to High