Hi Rob, I think it is possible to redirect to a dedicated login servlet path in your customized portlet. For example, you can redirect to /jetspeed/login/proxy with query parameters. However, with this approach, the credentials will not be secured. So, you can consider to implement a new servlet like o.a.j.login.LoginProxyServlet with using session attributes instead of query parameters for user credentials information.
Regards, Woonsan --- On Tue, 10/5/10, Roberto Rossi <[email protected]> wrote: > From: Roberto Rossi <[email protected]> > Subject: auto login after user registration > To: "Jetspeed Users List" <[email protected]> > Date: Tuesday, October 5, 2010, 11:36 AM > Using UserManager, GroupManager and > RoleManager objects I customized a > portlet for the user registration in our website. > > I'd like also to let the user autologin after successful > registration. > Is this possible? > I saw the code of the UserRegistrationPortlet but I cannot > figure out if > this step is accomplished or not. > > My Jetspeed instance is 2.1.2. > > Thank for you help. > > ROb > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
