Skip to content

User Login

User Login Feature

  1. Create a login form where the users can enter their user name and password.
  2. After the user clicks the login button, then query the database with the user and password to get the user with the username and password
  3. If the user inputs wrong username or password, appropriate error messages should be shown