Environment
Windows 10, Postman
Build version
v0.0.1
Module
Sign up (BackEnd)
Severity
Major
Priority
Medium
Description
New user sign up with length of password less than 8 symbols
Steps to reproduce
- Send request in Postman:
POST https://spells.hedgi.ru/api/v0.0.1/auth/registration
{
"email": "Sofyatestpassword1@bk.ru",
"password": "1234567",
"nickName": "Sofyatestpassword1",
"result": "string",
"role": "PLAYER",
"active": true
}
Expected result
- Sign up fails. Status code: 400 (Bad Request) or 406 (Not Acceptable).
Actual result
- Successful sign up. Status code: 200 OK, An email has been sent to your email address with a confirmation link.; received confirmation link on email (MailHog)

Environment
Windows 10, Postman
Build version
v0.0.1
Module
Sign up (BackEnd)
Severity
Major
Priority
Medium
Description
New user sign up with length of password less than 8 symbols
Steps to reproduce
POST https://spells.hedgi.ru/api/v0.0.1/auth/registration
{
"email": "Sofyatestpassword1@bk.ru",
"password": "1234567",
"nickName": "Sofyatestpassword1",
"result": "string",
"role": "PLAYER",
"active": true
}
Expected result
Actual result