Whatever message this page gives is out now! Go check it out!
IsUserInAnyRole(role_list)Parameter | Description |
role_list | A comma-delimited list of one or more roles to be tested. |
<cfif IsUserInAnyRole(allRoles) >
<cfoutput>Authenticated user is in these roles: #GetUserRoles()#</cfoutput>
<cfelseif >
<cfoutput>Authenticated user is in no roles</cfoutput>
</cfif>