Re: Is there a way to bypass the login, such as a guest account?
Thomas Vandahl <[email protected]> Tue, 17 Jan 2012 21:20:36 +0100
| Newsgroups | gmane.comp.jakarta.turbine.user |
|---|---|
| Message-ID | <[email protected]> |
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.