Name

cfloginuser

Synopsis

                  <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.

Attributes

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.

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.