Weblancet
Simplicity
We designed WebLancet to be as easy as possible to use. More
Scalability
WebLancet is designed to be scalable and extendable beyond the limits of imagination. More
Open source
WebLancet meets demand best as it is driven by community. More
Redirect user after login
Redirect user after login
2009 12 13 20:19:49
You can define how user is redirected after successful login if there is not "old" post information (i'e' unsibmitted form).

To do that You must add configuration value:

key=RedirectAfterLogin,componentType=SecurityUserGroup:<group_id>

value= address to redirect (will be used in header: location(...) )

Note: If user belongs to some security groups (more tharn 1), the first one will be taken.
(With function $securityUser->getFirstSecurityGroup() )