Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Turn off ReCaptcha notice
Xrnw
New
Hi,
I do not wish to use Recaptcha (I have an alternate solution). How can I turn off the registration page text that says this:
Security Check
To use reCAPTCHA you must get an API key from https://www.google.com/recaptcha/admin/create
0
Comments
maybe this -
$Configuration['Garden']['Registration']['Method'] = '';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I do believe it's:
This is a hidden setting that will get overwritten if you edit your registration setttings in the dashboard.
And to anyone that wants to do this just because: PLEASE DON'T. You'll be in a world of spam.
Thanks; in what file do I edit that code?
Config
There was an error rendering this rich post.
That's
/conf/config.php
. If you don't know php at all then be careful when editing this file.