No, where's the wish-list "thing-a-ma-bob" (sounds like that should be a
code name for a new Macromedia project) ?

John Burns

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 10:13 AM
To: CF-Talk
Subject: RE: CFLogin

I agree with this - have you used the macromedia wish form thing-a-ma-bob to
request it?

Other things missing -

getAllRoles() - would return all assigned roles for the current user.
isAuthenticated() - this is easy to write though - you just return true if
getAuthUser() neq ""

HOWEVER - there is an funny bug with isAuthenticated(). Back in the old
days, when CF had Advanced Security, isAuthenticated() was the function that
told you if the current user was logged on. When MACR removed Advanced
Security, they didn't just remove the functions, they actually left "hooks"
in there. So even if you write your own UDF for isAuthenticated(), you will
get an error saying it doesn't exist. Solution? Just use a different name,
like isLoggedIn() or something else like that.


  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to