Hi.
I have Cryptographp (CAPTCHA plugin) installed and each time I try to comment with my OpenID I see a 'wrong security code' error. If there is no an OpenID endpoint at the URL, comment is posted without errors.
Hi.
I have Cryptographp (CAPTCHA plugin) installed and each time I try to comment with my OpenID I see a 'wrong security code' error. If there is no an OpenID endpoint at the URL, comment is posted without errors.
http://recaptcha.net/plugins/wordpress is an alternative.
captchas blow, ditch them. If you are worried about spam there are far better alternatives.
whooami, what seems to be the best alternative?
happy birthday )
haha thanks!!! :)
spam karma, and askimet together seem to be the top 2 contenders, plugin wise.
i'll try, thank you!
Hey dudes, I've found the solution.
For those who dream to use this plugins together: open cryptographp.php and insert global $_GET; after global $_POST;. Then add the following…
if ($_GET['action'] == 'commentopenid') {
return $incoming_comment;
}
That's it!
From Moscow with love.
This topic has been closed to new replies.