Even though you said ignore, I'm going to respond anyway. ;) There is no way currently to get a list of the roles a user belongs to, so you must write your own system. This could easily be done w/ a UDF. The actual code of the UDF will depend on your security implementation.
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Candace Cottrell [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 8:51 AM > To: CF-Talk > Subject: Re: CFLOGIN Quickie - SOLVED-Ignore > > > IGNORE this... all I needed to do was a trim here: > > > <CFLOGINUSER > NAME="#GetUser.UserID#,#GetUser.UserFirstName#" > PASSWORD="#FORM.Password#" > ROLES="#TRIM(GetUser.RoleName)#"> > > It's Monday... please forgive me. > > Candace K. Cottrell, Web Developer > The Children's Medical Center > One Children's Plaza > Dayton, OH 45404 > 937-641-4293 > http://www.childrensdayton.org > > > [EMAIL PROTECTED] > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

