You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I don't use email field actually, it's more like a "secret".
So, if a user want to restore his password, I check the field and either send email manually, or, if it's not an email (pretty often), just asking what it was.
So any values are accepted right now.
Probably I should reconsider that.
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:
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)
The text was updated successfully, but these errors were encountered: