worked around this issue buy putting a test around the custom code
<!--- do the farcry thing first --->
<cfset super.login( argumentcollection=ARGUMENTS) />
<cfif ARGUMENTS.UD EQ "CLIENTUD">
But this wont help if I want custom login code in the other UD
On Wed, Nov 19, 2008 at 10:49 AM, AJ Mercer <[EMAIL PROTECTED]> wrote:
> I have two custom UDs
> - LDAP for webtop login
> - custom for site member login
>
> I have over written login() in the member UD
> but now when I log into webtop (LDAP UD), the member login() is getting
> called
>
> Adding login() to the LDAP UD doesn't help because of the member UD is
> loaded after LDAP UD and therefore takes precedence
>
>
> Hmmm, back to the drawing board for me
>
> --
> AJ Mercer
> Web Log: http://webonix.net
>
--
AJ Mercer
Web Log: http://webonix.net
Once you come to the realisation that everyone is crazy,
You will never be surprised or disappointed ever again.
AJM 2008
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---