As a user I want a simple authentication login
As a user i want a simple, quick authentication login before accessing the website
So that the information is only viewed by the correct people
Acceptance Criteria
- Simply login with username and password system
- Same username and password for all for simplicity
- Once correctly logged in, the user can access the website
- incorrect user and pass denies access to the website
Tasks
- Create a login with a global user and pass
- If correctly logged in, the user is taken to the website
- If failed login, the user cannot access the website