Cold Fusion Administration Module
(Page 1 of 3 )
To create a user administration module in Cold Fusion, you would need to create templates that both provides a means to search for or select a user record, and updates the database using an update query. In this example, I created a form that uses a link with a URL parameter to select a user. Other methods would include a search block that would send information to a SELECT query.
In this, I've created a page with an Administer User Accounts link, which is visible if the user logging into the application is an Administrator in the database.

If you were to click on this link, you would get a page (called administer.cfm) similar to the one below.

Next: The Code for Administer.cfm >>
More ColdFusion Articles
More By Tim Haight