Skip to content

Sending request (register_user) with incorrect fields #752

Open
@batmanovnn

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:

  1. Go to the stand
    
  2. Menu Settings -> authorization/registration form
    
  3. Push button REG (id="btnReg")
    
  4. Fields Nickname, Password and Email in the registration form are trash data. (For example "fds, fds, fds")
    

Screenshot from 2023-02-16 00-53-22

  1. 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)
Screenshot from 2023-02-16 00-47-33

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions