Goal: Authenticate a user to allow them access to the application.
Actors: Public Health Investigator
Preconditions: A userid and password has been assigned to the public health investigator.
Success condition: A session is created for the user and they are allowed access to the application.
Failed end condition: A user is not authenticated and is disallowed from using the application.
Main Success Scenario:
Alternate Flow:
(Step 4): If userid and/or password is/are incorrect, then the user is presented with an error message and then redirected to step #2.