Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 7, 20231 yr Hi. It turns out my forum has been using our own reCAPTCHA account, and this does not support Invisible reCAPTCHA. Which means every time someone tries to register, Google says no. (So that explains why no new members have been registering lately!) I'd like to revert back to the IPS default reCaptcha keys, but I don't know how to find them. Can someone tell me what these are? Cheers.
October 7, 20231 yr Solution You can retrieve the default values in the file \applications\core\data\settings.json: { "key": "recaptcha2_private_key", "default": "6LcH7UEUAAAAANmcQmZErdGW2FXwVhtRBVXBWBUA", "report": "bool" }, { "key": "recaptcha2_public_key", "default": "6LcH7UEUAAAAAIGWgOoyBKAqjLmOIKzfJTOjyC7z", "report": "bool" },
October 7, 20231 yr Author Asweome, thanks for that. I also just realised that the way Google's recaptcha accounts work, you can't change account type (ie, from "not a robot" to "invisible"), but you can create a new account... so that's what I've done, and I think it's working now. 🙂