Reputation: 1030
I have a system which creates a website automatically for the client. I would like to implement reCAPTCHA in this system, but I need an API key to implement it. As I have many clients, and clients have access to the file system, I cannot use a single public/private key for all customers. Can I create an API key programmatically for each client, or is there another solution? If using reCAPTCHA is impossible, then is there an alternative which meets this requirement?
Upvotes: 4
Views: 6461
Reputation: 158
As I had the same problem, here your solution: You can now use the Secure token, obtained at: https://developers.google.com/recaptcha/docs/secure_token
Cheers Jens
Upvotes: 2
Reputation:
Before July 2014 (or so), it was possible to create a global key for reCAPTCHA through the reCaptcha admin page, as seen in the screenshot below.
Unfortunately, this option is no longer available. Existing global keys still work, but it's no longer possible to create new global keys. Sorry. :(
Upvotes: 5