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
<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>