|
From: Chris W. <ch...@cw...> - 2003-02-26 12:12:54
|
Chris McDaniel wrote: > Any thoughts on how to go about automatically logging in a user and > redirecting to a non-world-readable location directly after submitting the > signup for an account form? I'm not sure where to start... I'm not sure about the redirecting part (where you want to go, etc.), but this sounded like a good idea (and it's easy) so I added it to the 'base_user' package. The 'newuser' action now has a key 'autologin' which is by default set to 'no'. Set it to 'yes' to autologin users -- you can do this in a global override file, instructions are in doc/package.pod. Package is available on SF. I haven't tested it yet, so let me know how it works :-) Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |