[xwiki-devs] Redirect to a space
Bruno Amaro Almeida
bruno-a-almeida at criticalsoftware.com
Tue Jul 22 22:34:50 CEST 2008
Hi
Thanks, that work!
But, can i get the value of username and password , so that way, decide
where to redirect ?
Many thanks for your help Marta!
Marta Girdea wrote:
> Hi Bruno,
>
> On Tue, Jul 22, 2008 at 6:14 PM, Bruno Amaro Almeida
> <bruno-a-almeida at 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')"/>
> _______________________________________________
> devs mailing list
> devs at xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
More information about the devs
mailing list