Question
Hi all
I am still struggling to provide login/logout menu items in the
QuickMenuSkin. (See
LostLogoutLink)
I have gone so far as to be able to add the menu item, however the URL I have provided does not log the user out.
%SCRIPTURLPATH{view}%/%WEB%/%HOMETOPIC%?Logout=1"
I am just so close... can anyone point me in the right direction??
Environment
--
TraceyMaule - 23 Jun 2006
Answer
I have also tried
%SCRIPTURLPATH%/view/%WEB%/%HOMETOPIC%?Logout=1
--
TraceyMaule - 23 Jun 2006
As with a lot of stuff in TWiki (and *nix stuff in general) a little caps error can do the difference between success and failure.
- Try using
?logout=1 instead
--
SteffenPoulsen - 23 Jun 2006
I developed
QuickMenuSkin where I didn't need authentication, so the first version lacked this. However I have since added this in to the current version. There is now a new "Account" menu with these options. Grab the latest version and this will fix it. It's also more configurable placing the menu in the topic
TWiki.QuickMenuBarLogin
--
VernonLyon - 23 Jun 2006
Thanks for the update Vernon
and Thanks for that head's up Steffen

I ended up needing that (sorry for displaying my Micro$oftness)
--
TraceyMaule - 29 Jun 2006