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.
reCaptcha pissing me off
How come when I leave the keys page blank and then go to register, it tells me to get a key from the reCaptcha API.
I DONT WANT IT ON MY SITE. Don't question why, just don't.
I can't find a solution and I'm considering dropping vanilla because of just this. Absolutely ridiculous. How do I completely disable reCaptcha?
I DONT WANT IT ON MY SITE. Don't question why, just don't.
I can't find a solution and I'm considering dropping vanilla because of just this. Absolutely ridiculous. How do I completely disable reCaptcha?
0
Comments
From your forum directory:
grep -R "Security Check" .
Looks like the file applications/dashboard/views/entry/registercaptcha.php has this line in it... around line 49
Just remove those lines to remove the captcha things... lines 49-52
Open conf/config.php and find the line that looks like this (if it's not there, just add it:
$Configuration['Garden']['Registration']['Method'] = 'Basic';
BUT !!!!
don't come crying back when you will get 1000 registrants per day from spambots that post spam to your site. Captcha is there for a reason./cd