|
Designing an Account Unlock Application
|
Other links at ASP > Tutorials > User Management |
| 1. |
Designing an Account Unlock Application
|
|
|
In this article we are going to try and provide some ideas for you to reduce those calls to the help desk. In this project we created a help desk portal, this portal pretty much has a main page that you can go to download patches, virus definition files, and manage account unlock information. Calls to the help desk for unlocking locked accounts accounted for a large percentage of calls, so in order to streamline the process we created an application that tied in with the intranet user portal.
|
| 2. |
Registration Example With Verification
|
|
|
This is a registration form with a registration script with verification. You will change/add the verification according to your requirements. It basically consists of a HTML page, and an ASP script that handles the data processing. Uses a SQL database on backend.
|
| 3. |
Performing once-a-day database management
|
|
|
Once a day the CoverYourASP site automatically sends out email reminders and deletes members who havent confirmed their email address for 10 days. This tutorial explains how to remove those who have not confirmed their email addresses for 10 days. Pure ASP, and the whole site source is available for free download.
|
| 4. |
ASP Contact or Feed back form
|
|
|
A simple Contact us or feed back Page for your simple or e-commerce site using ASP and an MS Access database without ODBC connection.
|
| 5. |
ASP Change Password Page
|
|
|
A simple Change Password Page for your simple or e-commerce site using ASP and an MS Access database without ODBC connection. This scripts allow registered user to change his/her old password.
|
|
|