Bug #1222
open"Name" field in "Create user" page accepts invalid input
0%
Description
The "Name" field allows input values that are less than 3 characters, more than 24 characters, and input containing special symbols which are not allowed.
Steps to Reproduce:
1.Navigate to https://qainterrapt.brainster.xyz/users/create
2.In the "name" field enter :
-Name with less than 3 characters (example :AN)
-Name with more than 24 characters (example : Brainstersfotwaretestingacademy)
-Name containing special characters (exemple : @#^&*)
3.Fill in all other fields with valid data
4.Click on "create" button
Expected results :"Name" field should accept input length between 3 and 24 characters , and should not accept special symbols or (@#$%^) dispaying message "field is required" in red letters.
Actual results: Input field accept input length lower than 3 and more than 24 characters with special symbols that are not allowed
Updated by Aleksandar Jovanovski over 2 years ago
- Subject changed from "Name" field inside crate user page accepts invalid input to "Name" field in "Create user" page accepts invalid input
- Description updated (diff)