karser / KarserRecaptcha3Bundle

Google ReCAPTCHA v3 for Symfony
MIT License
158 stars 21 forks source link

Add ability to set the language of the ReCaptcha widget #56

Closed mrunkel closed 1 year ago

mrunkel commented 1 year ago

I've added an option to set the reCaptcha language displayed in the widget.

karser commented 1 year ago

Could you please fix the build by adding "allow-plugins": { "symfony/flex": true } to composer.json?

mrunkel commented 1 year ago

Sorry, not sure what I'm doing wrong.

Judging from the error message this might need to be a global setting on the container/environment?

Error: symfony/flex (installed globally) contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.
You can run "composer global config --no-plugins allow-plugins.symfony/flex [true|false]" to enable it (true) or disable it explicitly and suppress this exception (false)
karser commented 1 year ago

Thank you for your PR @mrunkel