August 2003
Intermediate to advanced
1140 pages
68h 45m
English
cfloginuser
<cflogin>
<cfloginuser>
</cflogin>Identifies a user to the ColdFusion MX security framework and assigns
access roles. The cfloginuser tag is generally
used within a cflogin tag block.
name="
username
"
The username of the user. Required.
password="
password
"
The user’s password. Required.
roles="
roles
"
Comma-delimited list of roles for the user. Required. Be sure that there are no spaces between commas and list elements; otherwise, ColdFusion processes them as part of the list element.