Jump to content

Featured Replies

Posted

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.

Solved by teraßyte

Go to solution
  • 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"
    },

 

  • 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. 🙂

Recently Browsing 0

  • No registered users viewing this page.