Hola @fvelarde , gracias por avisar!!!
A nosotros también nos llego el email:
Asunto:
[Action Advised] Migrate Google reCAPTCHA key to a Google Cloud Project by the end of 2025
Cuerpo:
Hello xxx,
We’re writing to inform you that all Google reCAPTCHA keys will need to be migrated to a Google Cloud project by the end of 2025. This will unite all reCAPTCHA customers under a single set of terms, a consistent pricing structure, and provide access to advanced security features.
We’ve provided additional information below to guide you through this change.
What you need to do
We will apply the change in phases throughout the year, reaching out again by email when your keys become eligible. At that time, we will automatically create a Google Cloud project for you and associate your keys to it.
However, we recommend that you get ahead of this process by following these instructions to manually migrate from reCAPTCHA Classic. This way you will be able to prescribe exactly which Google Cloud project you’ll associate with your key. Once you complete this process, the following features will be enabled immediately via Google Cloud console:
- Enterprise-grade dashboarding
- Monitoring
- Reporting
- Logging
- Auditing
- Access control
Your monthly reCAPTCHA usage has averaged 81 assessments over the past 3 months. You can enter that amount into this pricing calculator to forecast what charges may apply to your usage. You can also learn more about how reCAPTCHA billing works here.
Note: No code changes are required to your current integration. You may continue to safely use your key on the legacy SiteVerify API endpoint even after this change. However, we also recommend that you migrate to the current CreateAssessment API endpoint to get access to all the latest reCAPTCHA features.
We’re here to help
We understand this change may require some planning. If you need assistance or have any questions, please contact Google Cloud Support or the Google Cloud Community. In the meantime, please refer to the reCAPTCHA Blog for additional details about this change and for regular updates.
Thanks for choosing reCAPTCHA.
En Migrate from reCAPTCHA Classic dice que luego de exceder 10.000 peticiones por mes te empiezan a cobrar, podes calcular el precio aquí.
En caso de no querer utilizarlo se puede deshabilitar en el archivo instalacion/config.php:
/**
* Configuración de reCAPTCHA 2
* Para obtener el par de API keys ('site_key' y 'secret_key')
* ir a http://www.google.com/recaptcha/admin
* opciones: Son las opciones de Guzzle (http://docs.guzzlephp.org/en/stable/request-options.html)
*/
'captcha' =>
[
'activo' => false,
'intentos_login' => 3,
'site_key' => 'xxxxx',
'secret_key' => 'yyyyyyy'
'opciones' => [
//'proxy' => 'tcp://localhost:8125',
//'verify' => false,
]
],
Saludos.