Can anyone tell me what type of information would go into the
login_script field of a DB in an application using APP_SECURE.CFM and
how I might use it? I can't find any description of it in the Fusebox
book.
Thanks...
The applicable code in app_secure.cfm is:
<CFIF checkforgroups.recordcount>
<!--- If they do belong to groups, set the #client.user_groups#
variable; users who belong to groups are Registered Private Users. --->
<CFSET client.user_groups=valuelist(checkforgroups.group_id)>
<!--- The following code is in case a certain group requires additional
information; we may need to include another .cfm template to grab this
information --->
<CFLOOP query="checkforgroups">
<CFIF len(trim(login_script))>
<CFINCLUDE template="#request.cfroot#/#login_script#">
</cfif>
</cfloop>
</cfif>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists