Page 1 of 1

Google captcha and migration

Posted: Tue Nov 18, 2025 12:58 am
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?

Re: Google captcha and migration

Posted: Tue Nov 18, 2025 9:45 am
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.

Re: Google captcha and migration

Posted: Tue Nov 18, 2025 1:44 pm
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

Re: Google captcha and migration

Posted: Tue Nov 18, 2025 2:11 pm
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.