The login page should allow the user to select - from a list of all the employees, managers, and the administrator - who he wants to login as. Then, he can click on some sort of a login button.
Upon login, the user should be brought to a page that shows:
that he is logged in
who he logged in as (name and user type)
a logout link
Upon clicking the logout link, the user should be logged out and brought back to the login page.
This depends on Issue #1.
The site's index page should be the login page.
The login page should allow the user to select - from a list of all the employees, managers, and the administrator - who he wants to login as. Then, he can click on some sort of a login button.
Upon login, the user should be brought to a page that shows:
Upon clicking the logout link, the user should be logged out and brought back to the login page.