D |
Dennis Weaver (@den68) |
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.
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 !!!!!
D |
Dennis Weaver @den68
92 months ago
|
check the file includes/libs/member.module.pho, function signup
if (!recaptcha_valid()) {
//$errors[] = t('Recaptcha validation failed');
}
remove the //
Jcow Master @falcone
92 months ago
|