erm, founnd it :-) -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 12 March 2003 17:23 To: CF-Talk Subject: RE: cflogin - need a method to retrieve the password
No. But you can store it in the session scope when they login. The cflogin scope has some issues - see my blog for a recent entry on it. Before you ask - you can't get the roles either - but you can write your own function for that or store it in the session scope as well. For both - do not forget that the cflogin scope is NOT the same as the session scope, so you have to make sure to clear the session scope (or clear the valeus related to security) inside the <cflogin> pair. You also need to make sure to expire the cflogin if the session vars expire. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia 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: BOUDOT, Christian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 11:14 AM > To: CF-Talk > Subject: cflogin - need a method to retrieve the password > > > Hi Folks, > > I have just discovered the cflogin tag and it's method > getAuthUser() which returns the username. > Does a method exists which returns the password? > > cheers > Christian > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

