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.
Where hide/disable reCAPTCHA in register?
Hi, it is possible to hide/disable reCAPTCHA in new apply register?
"Security Check To use reCAPTCHA you must get an API key from http://recaptcha.net/api/getkey"
Merci.
"Security Check To use reCAPTCHA you must get an API key from http://recaptcha.net/api/getkey"
Merci.
0
Comments
in vanilla_root/conf/config.php search for
$Configuration['Garden']['Registration']['Method'] = 'Captcha';
and replace it with
$Configuration['Garden']['Registration']['Method'] = 'Basic';
if this line is not present in your file simply add
$Configuration['Garden']['Registration']['Method'] = 'Basic';
Hey, that didn't work for me and when I upload to file zilla it says error... Any alternatives?
if you don't want captcha use a different registration process in your dashboard.
post the config statements in your config.php
that deal with
$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.