Sweet. I am on 8. Thanks.
-----Original Message----- From: Dave Watts Sent: Friday, August 17, 2007 10:19 AM To: CF-Talk Subject: RE: Outputting User Roles If you're using CF 8, you can use the new GetUserRoles function. In prior versions, there's no direct way to simply output the roles of a user to the best of my knowledge. However, if you have a list of roles, you can loop through them and use IsUserInRole to find out whether the user has each role. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286491 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

