User Story
The user would like to be able to enter their account information to login or register, so that the user can access their personalized features and services provided by the application.
Description
The Login Page involves designing and implementing the user interface for accepting user input account information to log in with an existing account. This includes providing an option to register for new users, and a dedicated page for handling that registration process.
Acceptance Criteria
[x] username and password text fields should securely accept corresponding info (preventing against attacks like SQL injection)
[x] password text field uses secure text entry
[x] links to Apple, Google, and OAuth services for login options
[x] responsive design to ensure screen compatibility across multiple devices
Testing
[x] verify registration page is accessible through clicking the link on login page
[x] test functionality of logging in and ensure newly registered accounts are redirected to / able to log in
[x] conduct usability test to ensure it is easy to use and understand
User Story The user would like to be able to enter their account information to login or register, so that the user can access their personalized features and services provided by the application.
Description The Login Page involves designing and implementing the user interface for accepting user input account information to log in with an existing account. This includes providing an option to register for new users, and a dedicated page for handling that registration process.
Acceptance Criteria
Testing