Use this free login script using asp and vbscript complete with database backend.
Secure pages with password protection quickly and easy.
Includes Access database and all the asp scripting to create password protected areas
on your website.
This Login System uses sessions. You can log
in and run around all thru the protected area until you close the browser.
This method is excellent for intranets since people can access many
different computers during the course of the day. The use of cookies often
will allow someone access to an area they shouldn't be in because the user
forgot to ensure the cookie was set to expire when they left the station.
Now this would not be complete if you didn't have an admin
area. You can add and delete users there. The demo will not allow you
to delete the first entry. In order to use the lost password function you
must first login to admin and add yourself as a user.
You will notice that I use email addresses for
the User ID. This is because it makes it a little easier on the user as
well as you. Users are often inundated with too many login ID's and
therefore it will be simple for them to remember this one. It also means
if they forget their password, they don't have to bother you either. They
will be able to retrieve the password by entering their email. The User ID
for this demo is me@me.com and the password
is nuts4asp so give it a try. Then come back and download
the files.