Jump to content

Default reCAPTCHA keys


Go to solution Solved by teraßyte,

Recommended Posts

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

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

 

Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...