Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Login Logic #71

Open
ajconnol opened this issue Nov 5, 2019 · 1 comment
Open

Task: Login Logic #71

ajconnol opened this issue Nov 5, 2019 · 1 comment
Labels

Comments

@ajconnol
Copy link

ajconnol commented Nov 5, 2019

Login accepts correct combination of username and password, rejects incorrect combinations. Loads into corresponding user's homepage.

@ajconnol ajconnol added the Task label Dec 3, 2019
@ajconnol ajconnol changed the title TASK: Login Logic Task: Login Logic Dec 3, 2019
@ajconnol
Copy link
Author

ajconnol commented Dec 3, 2019

Task Tests:

Invalid Username Password Combo ie. Account doesn't exist, password doesn't match username...

  1. Enter Invalid Username and Password Combination

Expected Results

Alert saying invalid username and password appears, and user remains at login page.

Valid username pass combo

  1. Enter Valid, registered username password combo

User is taken to their homepage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant