MyBB Community Forums

Full Version: reCAPTCHA problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

Today my forum's reCAPTCHA shows instead of the images a warning about that this reCAPTCHA was v1, and I have to upgrade it.

I got the new keys for the v2, and add the line in the Head that they say:
<script src='https://www.google.com/recaptcha/api.js'></script>


But now it doesn't work anymore. I've changed it to invisible reCAPTCHA and same problem.

Any idea how to make it work again?
at the general configuration you can select No Captcha
AND in member_register template you can use above api script & the key code
Hi .m.

i tried your solution, but it doesnt work because it's not processed the string "g-recaptcha-response" (this happens because I selected No Captcha), and as you know reCAPTCHA or any Captcha need to process the answer to be sure that's OK.

I think that class_captcha.php needs to be modified/updated.

Weird problems I had, Stopforum problem, bad reCAPTCHA keys, etc. etc.

Now it's solved and working. Thanks for your time