| redirect |
Optional |
The name of the page to redirect to after logging in. Default is current page. |
| dsn |
Optional |
The datasource used to contain login database if not specified in the application file. |
| id |
Required |
The unique identifier for database record to retrieve. |
| username |
Required |
The name of the field that contains the username. Must be named the same as the form field. |
| password. |
Required |
The name of the field that contains the password. Must be named the same as the form field. |
| tablename |
Required |
The name of the database table to retrieve the data from. |
| cf_login.isloggedin |
Return |
A variable returned from the tag. Has values of true or false. |
| cf_login.loginid |
Return |
A variable returned from the tag. Returns the unique record ID provided from the ID attribute. |
| cf_login.loginuser |
Return |
A variable returned from the tag. Returns the username of the logged in user. |
| cf_login.loginaccess |
Return |
New output variable that outputs the value of the login access field. Type in the database field name into this attribute. |