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