Tags · Functions · Objects
Lucee Tag Reference
Choose a tag:

Tag <CFLOGINUSER>

Identifies an authenticated user to ColdFusion. Specifies the user ID and roles. Used within a cflogin tag.

Body

This tag can't have a body.

Example

	<cfloginuser
		name="string"
		password="string"
		roles="any">
	
This tag is also supported within cfscript
	<cfscript>
		loginuser
		name="string"
		password="string"
		roles="any";
	</cfscript>

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name Type Required Description
name string Yes The Name of the User 
password string Yes The Password of the User 
roles any Yes The Roles of the User