Accessibility
 
Home > Products > UltraDev > Support > Building Common Applications
Dreamweaver UltraDev Icon Macromedia Dreamweaver UltraDev Support Center - Building Common Applications
Building a registration page

The first step in password protecting pages is building a registration page. The registration page lets users choose a user name and password. The following page asks first-time users to register:
 

A registration page is made up of the following building blocks:

A database table to store login information about the users
An HTML form that lets users choose a user name and password. You can also use the form to obtain other personal information from users.
An Insert Record server behavior to update the database table of site users
A Check New Username server behavior to make sure the user name entered by the user is not taken by another user

To Table of Contents Forward to next document