[xwiki-users] Redirect from user profile
Hi, I'm integrating xwiki with external web application. I want to be able to redirect from xwiki user profile, to user profile of external application. How can I redirect from profile, or at least how can I access user profile template, so I can modify it to manage redirection? Best regards Karol -- View this message in context: http://xwiki.475771.n2.nabble.com/Redirect-from-user-profile-tp7589432.html Sent from the XWiki- Users mailing list archive at Nabble.com.
On 03/06/2014 12:11 PM, kalor wrote:
Hi,
I'm integrating xwiki with external web application. I want to be able to redirect from xwiki user profile, to user profile of external application. How can I redirect from profile, or at least how can I access user profile template, so I can modify it to manage redirection?
You can modify the user profile at: /xwiki/bin/view/XWiki/XWikiUserSheet (use the wiki-editor to edit it, the WYSIWYG editor gets confused by the lots of code ;) I would recommend just to add a link to the non-wiki user profile, or at least before doing the redirect check if the current page is not the XWikiUserSheet page itself (as otherwise you might never be able to edit it again ...) Clemens
Thanks a lot for the answer, that's what I was looking for. Once you answered, solution seems obvious, but somehow I got stuck looking for this sheet document. It was a live-saving answer, thanks a lot again :) Karol -- View this message in context: http://xwiki.475771.n2.nabble.com/Redirect-from-user-profile-tp7589432p75894... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Clemens Klein-Robbenhaar -
kalor