If you look in SignupAction, you should see the code that can be used to log a person in.
http://source.appfuse.org/browse/appfuse/trunk/web/struts/src/main/java/org/appfuse/webapp/action/SignupAction.java?r=trunk You should be aware that any GET request with a password in it is a security risk as it'll likely show up in your web server's log files. Matt On Tue, Sep 9, 2008 at 5:40 AM, taltun <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using Struts 2 moduler.. > > How is this possible: > > I have a link > http://localhost:8080/[EMAIL PROTECTED]&password=45646asasaASDFasdffasdf3423 > > When the above action mapping "changePassword.html..." is invoked I want the > user to be logged in automaticly. > > Please an detail example describing what code should be changed will be > helpful. > > Thanks! > > -taltun > > > -- > View this message in context: > http://www.nabble.com/Automatic-login-tp19390532s2369p19390532.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
