Ross-Alexandra/BYOA-Cloud-Compute

Login Functionality

Closed this issue · 2 comments

Blocked by GH-14

Once a database is created with a table for creating users, the login page's front end must be connected to the database to check for an existing account. If the account is in the db, then a success message should be shown. If not, a failure message.

Acceptance Criteria

  • A user can login to their pre-existing account.
  • When a user is logged in, they are given confirmation of login.
  • When a user enters invalid credentials, they are given a failure message.

as #44 sits, it completes the functionality required by this ticket.

#44 is merged, thus closing this ticket.