|
I've inherited maintenance for a club site which uses reCaptcha v1 on a Joomal 2.5 (I'm also trying to upgrade to Joomla 3.x, but that is a separate issue). I'm very much a a Joomla newbie, so be gentle. I got an email stating
I clicked the Developer guide in the link, and applied and received new keys. I have installed them into a subdomain test site. Before I overwrote the old keys, the captcha was working correctly. Now it is not, displaying only *captcha. The google instructions also tell me to perform the following:
I do not have a file called template.html and I am uncertain what "form" it is that I should paste the 2nd snippet. Kindly help! |
If you still haven't found a solution, I suggest that you try a fix/patch I prepared for a couple clients of mine that had the same issue. Basically, I have modified the code of the standard captcha/recaptcha plugin so it can support reCAPTCHA v2 keys (by default in Joomla 2.5 only v1 is supported). I have also written down detailed instructions on how to call this plugin from 3rd party extensions, which may be necessary if you have at least one component that's using the default captcha plugin. Here is the URL:
Disclaimer: I'm the author of this fix and I wrote it because I could not find a working solution elsewhere.