Datasource |
(required) |
= Datasouce that that contains the table to be checked. |
SessionLogin |
(required) |
= The name of the session variable that you want to be set to "Yes" if the user is validated. |
SessionLoginID |
(required) |
= The name of the field that contains the data that will be contained in the #Session.LoginID# variable. |
Tablename |
(required) |
= The name of the table that contains the UserField, PasswordField, and SessionLoginID fields. |
UserField |
(required) |
= The name of the field that contains the user's name. |
PasswordField |
(required) |
= The name of the field that contains the password. |
Webmaster |
(optional) |
= If an error in the tag ocurres who ya gonna call. |
UserNameText |
(optional) |
= The test that the user will see on the login form that corresponds to the UserName field. This will default to "User Name" |
Passwordtext |
(optional) |
= The test that the user will see on the login form that corresponds to the Password field. This will default to "Password" |
UserFormSize |
(optional) |
= The size of the input object on the login form. the size will default to 10 |
UserFormMax |
(optional) |
= The maxLength of the input object on the login form. The maxLegnth will default to 10. |
PasswordFormSize |
(optional) |
= The size of the input object on the login form. the size will default to 10 |
PasswordFormMax |
(optional) |
= The maxLength of the input object on the login form. The maxLegnth will default to 10. |
BGColor |
(optional) |
= The background color of the login page, the default is navy(if using hexcolor omit the leading #). |
LightColor |
(optional) |
= The color for the "Please Login" box, default is SlateBlue. (if using hexcolor omit the leading #). |
TextColor |
(optional) |
= The color for the text, default is White. (if using hexcolor omit the leading #). |
AdditionalText |
(optional) |
= Any additional text you want to include for the user. Don't for get to double up the double quotes. |
Graphic |
(optional) |
= Path and filename to graphic to be centered of the login. |
IncludedSubRoutine |
(optional) |
= A comma delimited list of files or tags to be "CFINCLUDE"d. The tags must be in the same directory that is calling this login or in the "Custom Tag" directory. |
Mapping |
(optional) |
= If the is a mapping for you CF server that you are using put it here other wise it is assumed that you are on your own server and the CFINCLUDE does not need any mapping. |