Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Using Vanilla without Login
Is there a way to completely circumvent login? I looked at the documentation and followed the guidelines for creating a role with read-only access:
========================================================================================================
Public Access
To open up your forum so that the public can read discussions, you must perform the following tasks:
Check the box next to “Allow non-members to browse the forum†in the Application Settings form on the settings tab.
Edit any category you want available to the public and make sure that the “Unauthenticated†role has access.
========================================================================================================
I tried this but still am presented with the login screen.
I am using version 1.1.4 and am calling people.php to run Vanilla.
Thanks in advance for any pointers,
Ken
0
This discussion has been closed.
Comments
people.php
is the file that handles user access. It will always present the user with a login page if no PostBackAction is set (that being either login, logout, register, etc.). If you want to use Vanilla without a logging in, users don't need to access this file.