Project

General

Profile

Bug #2360

Updated by Ilmi Sejfula almost 2 years ago

The Verify that the system enforces the maximum character limit of 30 for the new password field when changing a user's password, but allows above 30 password 

 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

Back