[Plugin: WP-reCAPTCHA] Captcha allowing false entries through
-
I might be doing something wrong, but I can’t get WP-reCaptcha working properly. It shows up on my site in the right place for comments (and also my login page, as I also added that plugin), but it isn’t protecting my comments or login. I’m able to type anything into the box, and it often just lets me through (or posts the comment). The odd thing is that it isn’t consistent. Sometimes, it does return an error and want me to re-enter (the behavior I’d expect). If I type the captcha correctly, it always seems to properly let me through (also as I’d expect).
I’m confused about the instructions to be sure the template has:
do_action('comment_form', $post->ID);
I assume this is in comments.php file. Mine doesn’t have a closing form tag that I can find. Near the end of mine, I have:
<?php comment_form(); ?>
Would I just replace that? Would not having the ‘do action’ above cause the flaky behavior of the captcha I’ve experienced?I really like the idea of supporting book OCR, and reCaptcha seems nice… but it has to work properly. Maybe there are more instructions on the author site, but it seems to be down. Is this author around anymore? (looks like the last interaction is back in March or April) Thanks.
- The topic ‘[Plugin: WP-reCAPTCHA] Captcha allowing false entries through’ is closed to new replies.