22 Jul
2008
22 Jul
'08
6:54 p.m.
Hi Bruno, On Tue, Jul 22, 2008 at 6:14 PM, Bruno Amaro Almeida <[email protected]> wrote:
How can i redirect the users after login to a space ?
The page where the user is redirected is specified in the field named xredirect. So, in login.vm, you need to change the line <div class="hidden"><input type="hidden" name="xredirect" value="$!request.xredirect"/> to <div class="hidden"><input type="hidden" name="xredirect" value="$xwiki.getURL('MySpace.WebHome')"/>