Bug #1541
open[Users] User is able to create user with invalid input in password field.
0%
Description
User is able to create new user when the Password field is populated with unaccepted characters.
Environment:
Windows 11/Google Chrome Version 120.0.6099.110 (Official Build) (64-bit)
Steps to reproduce:
1.Navigate to https://qainterrapt.brainster.xyz/users
2.Click on the 'Create' button.
3.Fill in the 'Name' field with valid data. - Adolph Blaine
4.Fill in the 'Email' field with valid data. - [email protected]
5.Fill in the 'Password' field with invalid length of characters. - Adolph Blaine Charles David Earl Frederick
6. Click on the 'Create' button.
Expected result:
'Password' field should accept 8-30 characters (combination of numbers, alphabetic characters (both, Latin and Cyrillic) and special characters.
A message should be displayed that the 'Password' field is required with red letters.
Actual result:
A new user is created using invalid length of characters in the password field.