Restricting Site Access
Tutorials and Articles
Password protecting pages 1: Building a registration page
This article describes how to build a page that lets users choose a user name and password. The article is the first in a series that describes how to build password protected pages.
Password protecting pages 2: Building a login page
This article, the second in a series, describes how to build a page that lets users gain access to your site with their registered user name and password.
Password protecting pages 3: Restricting page access to authorized users
This article, the last in a series, describes how to restrict page access to users who have entered the correct user name and password.
TechNotes
- tn_15881—User authentication - logging into different pages
- tn_15714—Avoiding a login page when registering a new user
- tn_15398—How to pass a user name from a login page
- tn_15202—Why can't I use numbers as passwords with the Login User server behavior?
- tn_15131—Log In User server behavior security issue
- tn_15029—Data type mismatch error is thrown when using text data types with user authentication server behaviors
- tn_14951—ColdFusion error: Attempt to access a Session variable when session management is not enabled
- tn_14937—Passing form data from a login page to successive pages is unsuccessful