The getAuthUser() function will return the name of the logged in user. I'm
assuming that if no user is logged in then it will be blank?

I think the way the model is supposed to work is that you have something
like:

<cflogin>
        Some action to deal with users who are not logged in. For example
cflocation to login page.
</cflogin>

OR

<cfif NOT IsUserInRole("someListOfRequiredRoles")>
        Some action to deal with users who are not in the required roles. For
example cflocation to login page.
</cfif>


Cheers

Mark


______________
Mark Stanton
Web Production
Gruden Pty Ltd
Tel: 9956 6388
Mob: 0410 458 201
Fax: 9956 8433
http://www.gruden.com


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to