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')"/>
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to