[xwiki-users] Automatic forward to user page after login?
Hello, all Currently after login, the user will be forwarded to the former page. Is it possible to automatically forward the user to his own page? Shall I modify some .vm templates or I have to do java coding? Please kindly give some instructions. Thanks a lot.
Hi Dan, Dan-241 wrote:
Hello, all Currently after login, the user will be forwarded to the former page. Is it possible to automatically forward the user to his own page? Shall I modify some .vm templates or I have to do java coding? Please kindly give some instructions. Thanks a lot.
The implied template is global.vm Look for $logouturl. See this... #set($logouturl = $xwiki.getURL("XWiki.XWikiLogout","logout", "xredirect=anywhere")) $!logouturl $!msg.get("logout") #sep() Where anywhere is the page you will reach at logout time. HTH, Ricardo -- View this message in context: http://www.nabble.com/Automatic-forward-to-user-page-after-login--tp15871505... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
[Ricardo Rodriguez] -
Dan