The Login-Logout Assignment

Your mission is to write a web page that allows one to access two secret documents. To access these secret documents one must log into the web server. When the person is done, they should have the option to log out.


There should also be a separate page(s) that allows an account named "root" to create and delete accounts, and set passwords.


You may use the code developed yesterday in class.


Your accounts must be held in a database.


This is out of 1/2 a point.


Points

Item

0.1

A person can log in

0.1

A person can log out

0.1

"root" can make a new user and give that person a password

0.1

"root" can delete a user from the database.

0.05

After 3 login attempts, the person can no longer log in

0.05

After 24 hours (from some relevant event) the person is automatically logged out.

0.1

Turned in before finals week