One way might be: - remove the ud select tag from the form webskin - override the deniedaccess webskin for dmNavigation and change the redirect so that it includes ud=xyz in the query string - this webskin is used when a user doesn't have permission to access a navigation node
On 9/26/08, AJ Mercer <[EMAIL PROTECTED]> wrote: > The form is posting ok and comes back to the site fineit is just when farcry > invokes the login form, it goes to the farcry one > I can then select my UD and it bounces to the site login form. > > I want the site users to see this form by default (with no UD options) > > Farcry users go to /webtop and get the farcry login - defaulting to farcry > UD > > > > On Fri, Sep 26, 2008 at 12:51 PM, <[EMAIL PROTECTED]> wrote: > >> >> 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 >> > >> > > >> > >> >> > >> > > > -- > 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 -~----------~----~----~----~------~----~------~--~---
