On Oct 18, 11:43 pm, The Editor <[email protected]> wrote: > Why don't you either > > 1) set defaultPage: action.login, or > 2) set defaultPage: main.login and then on page main.login put > [(forward mypage&action=login)]
Thanks for pointing me to the (almost) obvious. :) 1) As I noted, I don't want users to land on the "meaningless" action.login page after logging in. 2) Great idea, though it's not working for me. It forwards me to "mypage%26amp%3Baction%3Dlogin" and that is blocked. Probably the same issue Hans and you are discussing in the other thread? Then I tried: [if ! login][(include action.login)][else][(forward mypage)][if] But it forwards me to mypage even when I am logged out. Confused. > > The defaultPage setting doesn't have a good way to inject your > parameters like action= into proper $_GET variables without some > significant parsing. > > Cheers, > Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
