Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow you to disable recaptcha #38

Merged

Conversation

delyriand
Copy link
Member

@delyriand delyriand commented Apr 2, 2024

FYI, CI is fixed in #39

By default, recaptcha is enabled:

image

But you can choose to disable it in the config/packages/karser_recaptcha3.yaml:

karser_recaptcha3:
    site_key: '%env(RECAPTCHA3_KEY)%'
    secret_key: '%env(RECAPTCHA3_SECRET)%'
    score_threshold: 0.5
+    enabled:false
-    enabled: true

image

@delyriand delyriand force-pushed the feature/allow-disable-recaptcha branch from d93d02a to 699051b Compare April 2, 2024 08:53
@delyriand delyriand merged commit 1101731 into monsieurbiz:master Apr 2, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants