You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone requests login, you should check for the correct user name and password. For this first milestone, you may have a hard-coded user with name "user" and password "pass" to check against.
If the login matches user name / password then go to your application. Otherwise, notify of the bad login attempt.
NOTE: Security logging, password encryption, or account lockout is not required for implementation and would be extra credit for later in M13.
The text was updated successfully, but these errors were encountered:
If someone requests login, you should check for the correct user name and password. For this first milestone, you may have a hard-coded user with name "user" and password "pass" to check against.
If the login matches user name / password then go to your application. Otherwise, notify of the bad login attempt.
NOTE: Security logging, password encryption, or account lockout is not required for implementation and would be extra credit for later in M13.
The text was updated successfully, but these errors were encountered: