Question How can I specify a log out page?
Answer You can modify templates/global.vm and replace the URL to use when clicking on the logout link.

Namely look for:

#set($logouturl = $xwiki.getURL("XWiki.XWikiLogout","logout", "xredirect=$util.encodeURI($logredir)"))
      <a class="glink" href="$!logouturl" id="headerlogout">$!msg.get("logout")</a>#sep()

And replace xredirect value with the page you want, for example to redirect to Space.Page:

#set($logouturl = $xwiki.getURL("XWiki.XWikiLogout","logout", "xredirect=$xwiki.getURL('Space.Page')"))
Version 2.1 last modified by Vincent Massol on 01/12/2008 at 14:01

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: Thomas Koch on 2007/05/21 16:38
This wiki is licensed under a Creative Commons license
1.5.2.12758