Sending request (register_user) with incorrect fields #752
Open
Description
The POST request (register_user) is sent even if the registration form is filled out incorrectly.
Env: Linux Ubuntu 23 browser: Mozilla Firefox or Google Chrome
stand: test and prod
Steps to reproduce:
-
Go to the stand
-
Menu Settings -> authorization/registration form
-
Push button REG (id="btnReg")
-
Fields Nickname, Password and Email in the registration form are trash data. (For example "fds, fds, fds")
-
Push button Login (id="btnRegLogin")
ER: Error message: "Fields filled out incorrectly". The request is not send.
AR: The request with trash data send to server. And Received a response from the server (201)