Login     Sign up
Dennis Weaver (@den68)
85 months ago
1250 Views

I can not get the Recaptcha to work it shows up in the sign up page but people and bots can just pass it by pressing submit any idea how i can correct this? Any help would help.

1 people followed this question
0

This even happens on the official Jcow site jcow,net I urge all of you to try it. If they see its true maybe they will fix it.
go to http://jcow.net go to the demo type junk in like username hvkgjj password ljkb click all boxes accept I am not a robot -don't touch it then hit submit----you will get in without recaptcha if you check the box it will make you pick out images but if you dont check the I am not a bot box --you just fly right past it like it dont matter--because it DON"T MATTER !!!!!!!!!!!! May21st to May 23rd and NO HELP on an issue they know they have !!!!!

Dennis Weaver @den68
85 months ago
0

check the file includes/libs/member.module.pho, function signup

if (!recaptcha_valid()) {
//$errors[] = t('Recaptcha validation failed');
}

remove the //

Jcow Master @falcone
85 months ago
@falcone when I add that it just will not allow you to log out of the site-screen turns white and blank when you try to sign out.
85 months ago
@falcone that fixed it when i removed the // from the recaptcha line------------thank you master
85 months ago