Login Form Wizard

In order for a user to be recognized by your site, they have to login using their username and password. All settings for the login process are configured through the login settings entry of the Control Panel: how to login users, what database A database refers to data organized and stored on a computer that can be searched and retrieved by a computer program. Most industrial-strength and many smaller database applications can be addressed using SQL (Structured Query A query is a SQL command that will extract information from the tables of a database. Essentially, a query is a request for information from your database. Language). table stores the user details, user levels and redirects.

You must provide a way for the users to enter the data that will allow the site to recognize them. This is done via a login form generated automatically by the Login Form Wizard.

The Login Form Wizard is accessible from two locations:

 

Once you've accessed the wizard, its user interface will be displayed at the first step. The dialog box is identical to the one from the first step in the User Registration Wizard. Read there about its configuration.

 

To set the dialog box options for the second step of the wizard, follow the instructions below:

 

  1. If Use "Remember me" checkbox is checked, the wizard will generate a "Remember me The "remember me" feature allows users to automatically log in to a web site by using the user login information stored in a cookie on the local computer." option in the form, allowing the user to be automatically logged in.

  2. If Create "Forgot password" page is checked, the wizard will generate a page in Dreamweaver named forgot_password. This page contains a form, a Send E-mail trigger, an Update Transaction.

  3. Click Finish when you are done configuring the wizard.

Once the wizard is completed, it will add an HTML form and a login server behavior A server behavior is a reusable component for server-side development. They add blocks of code to your pages for accomplishing specific tasks. Dreamweaver comes with several default server behaviors and the InterAKT extensions add many more to this list..

Note: If you use this server behavior on the ColdFusion server model, a file named Application.cfm will be automatically generated in the site root folder. Do not delete this file, as it contains settings related to session variables used by the server behavior and the current application. If you remove this file or modify it, application pages that use sessions will not function properly.

Related Topics