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.
no registration required
hi,
is it possible to allow ANYONE to start discussions/post comments without registration?
we use the vanilla forum in a password-protected directory of our server where we already know that the users are registered members. however, our "registration" only requires a password (no email or username) so i was looking for a way to just turn off registration.
possible?
thanks.
0
This discussion has been closed.
Comments
As that relates directly to WordPress integration, I've modified it a bit to hopefully work with plain old Vanilla. I've not tested this, but give it a go and let me know if it works Edit Replace this:
<label for="RememberMeID"> <input id="RememberMeID" type="checkbox" value="1" name="RememberMe"/> Remember me </label>
With:
<label for="RememberMeID"> <input id="RememberMeID" type="hidden" value="1" name="RememberMe" /> </label>