Google captcha and migration

Issues related to forms.
Post Reply
User avatar
crispy68
 
 
Posts: 3107
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Google captcha and migration

Post by crispy68 »

Recently I got an email from Google stating my recaptcha accounts (keys) were migrated to the cloud. Before, you would enter a site key and a secret key. However, now that it's migrated, it looks different to me. There is an ID attached to each key and they give you a bunch of code to now enter on the page. There is a 'legacy' recaptcha secret key they give you. I put this in for the secret key and tried to enter the ID for the site key but that didn't seem to work.

Maybe I'm missing a step somewhere. Does anybody have an experience in getting the captcha to work in WB after the migration?
User avatar
Pablo
 
Posts: 23954
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Google captcha and migration

Post by Pablo »

The built-in CAPTCHA object uses this api:
https://developers.google.com/recaptcha/docs/v3
This requires a site key and secret.

I tried to access my old keys, but everything looks quite different now, and I wasn’t able to find my old API key anywhere in the new dashboard. I’ll need to dig a bit deeper to figure out exactly what has changed.
User avatar
BaconFries
 
 
Posts: 6131
Joined: Thu Aug 16, 2007 7:32 pm

Re: Google captcha and migration

Post by BaconFries »

Maybe something at the following may or may not help. See the links within the questions and replies.
https://security.googlecloudcommunity.c ... ation-5608
User avatar
crispy68
 
 
Posts: 3107
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Google captcha and migration

Post by crispy68 »

It appears the old keys will continue to work but I'm curious how to add new ones since the process seems different now.
Post Reply