Re: Is there a way to bypass the login, such as a guest account?
David <[email protected]> Wed, 18 Jan 2012 06:21:01 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.turbine.user |
|---|---|
| Message-ID | <[email protected]> |
Thomas Vandahl <tv <at> apache.org> writes: > > On 17.01.12 20:03, David wrote: > > Is there a way to disable or bypass the login in Turbine, so that the users can > > log in as Guest. They may decide to sign up for an account later? > > You can use Turbine without any user information. The part responsible > is the SessionValidator that you configure in > TurbineResources.properties. Look for TurbineSecurity.getAnonymousUser(). > > Bye, Thomas. > Hi Thomas, Thanks for the quick reply, could you point me to a tutorial or wiki page on how to achieve this? Do I need to override sessionvalidator? Thanks, David