|
||||
Log In Script
|
||||
|
|
Features:
Form for login
- confirms that username and password were entered
- confirms that username and password exist in Access Database
- saves the username as a session variable so that he/she can enter password restricted pages
Form for new user
- confirms that all fields were entered
- does check that email address was entered properly
- does check that username doesn't already exist
Access Database
- gives the method to connect to the database
- provides the access database both as a file and also explain in the readme.txt file how to create it from scratch
Authenticating User
- checks that a user is logged in before showing password protected pages
Logout
- provides a mechanism for logging out by deleting the session variable
Viewing users
- provides a page for viewing users that have signed up and also the ability to delete any users permanently
readme.asp a comprehensive readme file which explains exactly what each file does and how to configure it if necessary
login.asp have a look at a working example - will open up in a new window
login.zip download the complete files