CascadianLogin
Current Version: 3.0
CascadianLogin is a ColdFusion custom tag designed to make it easy to add login-required access to any ColdFusion site.
New in v3!
- Easier to style login screen colors, fonts, and add a logo to really customize it to your site
- Ability to customize wording on username & password fields, intro text, and error message
- New option to update last login date in system
- Customizable "logged in" session variable, allowing for tag to be used multiple times on the same site without conflicts
Features
- Easy to use
- Can be used for multiple sites on a single server
- Automatically sets session variables for desired fields
- Works with joined tables as well
- Includes logout syntax
- Generic login screen works for almost any system without any customization needed
- Easy to custom if desired
Usage
Upload tag to custom tag directory or to the main directory where it will be used. Include the tag as the first line of pages you want to secure, or if you use a header file for all of your secured pages, include it there. This is the bare minimum required to use this tag:
<cf_cascadianlogin
tablename="tablename"
datasourcename="datasourcename"
>
See the demos or the readme file for full list of options!
Requirements
- ColdFusion 5 or higher
- Datasource for database to use set up in ColdFusion Administrator
- Ability to use custom tags if in a hosted environment