Skip to content

extra user_match_data API is called when it is not necessary #33

Description

@Sherry5Wu

Description: When login is failed for some reason, user_match_data API is still called.

Step:

  1. Build the frontend and Backend containers up.
  2. Access to the website: https://localhost:8443.(sugest using Chrome)
  3. Click mouse right button on the website page, choose "inspect" from the list.
  4. Click "sign in" button.
  5. Input a Valid username and an invalid password.
  6. Click "Log in" button.
  7. Check "network" section.

Resulte: You will see after Login API called, the frontend called user_match_data API too.

Exepection: If login fails, frontend should not call user_match_data API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions