Pseudonym Posted October 7, 2023 Share Posted October 7, 2023 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. Link to comment Share on other sites More sharing options...
Solution teraßyte Posted October 7, 2023 Solution Share Posted October 7, 2023 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" }, Link to comment Share on other sites More sharing options...
Pseudonym Posted October 7, 2023 Author Share Posted October 7, 2023 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. 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts