Slide 4
Slide 4 text
Requirements
• Users must supply a username and a password to authenticate
• Their username and password must be checked against the
database table of known users
• If the username is found and the password matches then they
must be authenticated
• If the username is not found then the user must not be
authenticated
• If the user is found but the password does not match then the user
must not be authenticated
4