Identifies an authenticated user to ColdFusion. Specifies the user ID and roles. Used within a cflogin
tag.
<cfloginuser name = "name" password = "password-string" roles = "roles">
New in ColdFusion MX: This tag is new.
If Basic HTTP Authentication is in use, ColdFusion checks the standard security data in the request header. The Cflogin scope within this tag contains the user name and password in the cflogin.name and cflogin.password variables.
See cflogin.