Project

General

Profile

Bug #2746

Updated by Momchilo B about 1 year ago

User can create 'new user ' with password who contain more than 30    characters. 

 *Environment:* 
 Test 
 https://qainterrapt.brainster.xyz/users 
 Google Chrome :Version 131.0.6778.140 (Official Build) (64-bit), windows 10 

 *Steps to reproduce:*  
 # Click on the 'Users' via navigation menu 
 # Click on the 'CREATE' button from to top right corner 
 # Fill in the 'Name' field with valid data 
 # Fill in the 'E-mail' field with valid data 
 # Fill the 'Password' field with invalid data with more than 30 characters 
 # Click on the 'CREATE' button (e.g :paswordpaswordpaswordpaswordpaswordpaswordpaswordpaswordpaswordpasword) 
 # Observe the created user  
 
 *Expected Result:* 
 The user should not be created and error message is shown will be show 

 *Actual result:* 
 The user can create (new user)    with more than 30 characters 

Back