Bug #1500
Updated by Sandra Stefanoska Frelih about 2 years ago
*Description:*
While trying to create a new user by clicking on the "CREATE" button in the Users menu, the user can enter 31 characters in the "Password field and a new user is created.
*Preconditions:*
User must be logged in.
*Steps to reproduce:*
# Click on the "Users" button in the navigation menu
# Click on the "CREATE" button in the top right corner
# Fill in the "Name" field with valid data (minimum 3 and maximum 25 characters in length, alphabetic characters (latin and cyrillic), all letter cases (lower and upper), special characters (only "-" and ".") and spaces)
# Fill in the "Email" field with valid data (containing email prefix and an email domain)
# Fill in the "Password" field with 31 characters (combination of numbers, alphabetic characters (latin and cyrillic) and special characters)
*Expected results:*
The "Password" field should not accept 31 characters, error message should appear and a new user should not be created.
*Actual result:*
The "Password" field accepts 31 characters and a new user is created.