Project

General

Profile

Bug #2814

Updated by Stefan J about 1 year ago

The user can create a "User" profile with a password longer than 30 characters 

 *Environment* 
 https://qainterrapt.brainster.xyz/users 

 PC/Google chrome Version 131.0.6778.140 (Official Build) (64-bit) 

 Xiaomi Note13 Pro/ Android V.14 / Google Chrome Version 131.0.6779.81 

 *Steps to reproduce* 
 # Log in to the system 
 # Navigate to the "Users" page. 
 # Click on the "CREATE" button. 
 # Enter a correct name (e.g "stefanxd") in the "Name" input field. 
 # Enter a correct email (e.g "[email protected]") in the "Email" input field 
 # Enter an incorrect password ( e.g "1234567890123456789011234567890a") in the "Password" input field. 
 # Save the user by clicking on the "CREATE" button. 
 # Observe the created user in the list. 

 *Expected result*  
 A validation message should prevent saving a "User" profile with password that contains more than 30 characters. 

 *Actual result* 
 The System allows the "User" profile to be created and added to the list without Error message.

Back