In the webskin for your login form you can check url.returnto (I think) and display different content for each. That url parameter is the only difference between logging into the webtop vs. logging in elsewhere.
Blair On 9/26/08, AJ Mercer <[EMAIL PROTECTED]> wrote: > I have created a custom User Directory for my project which is working well. > What I would like to be able to do is control which login page is used > - webtop (farcry) => Farcry Login Page > - website -> Site Login page > > In farcry Admin, The General Config has a setting for default UD - but I > want two defaults > > > After some digging, I found that > /core/tags/navajo/display.cfm > has > attributes.loginpath > > So I add the attribute in /index.cfm > But it is not used :-( > > Modify the cflocations in display.cfm to use the attribute > But that is not getting called > > Further up the page a webskin is being invoked > <skin:view objectid="#attributes.objectid#" webskin="deniedaccess" /> > > I added loginpath to this tag > And that seems to be doing the trick. > > > Should up add this to Bugs/ > Or have I gone about this the wrong way? > > > -- > 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 -~----------~----~----~----~------~----~------~--~---
