#set($logouturl = $xwiki.getURL("XWiki.XWikiLogout","logout",
"xredirect=$xwiki.getURL('XWiki.RedirectUser')"))
And then edit the document XWiki.RedirectUser and put in there:
$response.sendRedirect($xwiki.getURL($context.user))
Dan wrote:
> Thanks a lot. But maybe I made it confused, English is not my mother
> language.
> In fact what I need is that after the user entering username/password and
> click the log-in button, the next page should be the user's profile page.
> For example, after entering username/password the user Admin click log-in,
> then the coming page should be
>
http://localhost:8080/xwiki/bin/view/XWiki/Admin
> The problem is that before log-in, we can't get the username and user
> profile page URL in global.vm because we don't know which user will exactly
> log-in.
>
> --------------------------------------------------
>> ------------------------------
>>
>> Message: 3
>> Date: Thu, 6 Mar 2008 12:38:01 +0100
>> From: "Dan" <henduonian(a)hotmail.com>
>> Subject: [xwiki-users] Automatic forward to user page after login?
>> To: <users(a)xwiki.org>
>> Message-ID: <BLU125-DS1C9240E242153BEEF1263DA120(a)phx.gbl>
>> Content-Type: text/plain; charset="gb2312"
>>
>> 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.
>>