Web Site Registration
Web Site Registration
I wrote this CGI Perl application for clients who require a secure web site that allows only registered users to have access. These scripts are all written using Perl and HTML tempates. They include a registration process that allows entry of user information, a script that will automatically send an already registered user their account name and password if they are forgotten, and an administration program that allows the web site administrator to list all registered users and make changes when necessary. Click one of the links below to try it out!
Click here to register Register
Enter registration information and have a user account ID and password automatically generated and emailed to you. Then, you can use the account name and password to log into the website.

Click here to login Log-In to the website
After you have received your registration email, you must follow the link that will complete your registration. You can then log into the secure web site using the account name and password emailed to you.

Click here to list registered users List Registered Users
This option allows you to view all registered users. Normally only administrators would be allowed to access this option using .htaccess, but because this is a demonstration only, you can see how it works. The program also allows you to make changes to any registration record if necessary.

Click here if you forgot your password Did you lose your password?
If one of your registered users loses their account name or password, then they can take this option to have that information automatically emailed to them. They must use the original email address that they used when they registered. Click this button to try it out!