Hi Bruno,
On Tue, Jul 22, 2008 at 6:14 PM, Bruno Amaro Almeida
<bruno-a-almeida(a)criticalsoftware.com> 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')"/>