Skip to content

Commit

Permalink
Merge pull request #357 from Bixal/feature/BSD-263-update-captca-config
Browse files Browse the repository at this point in the history
BSD fixes #263: Added new site key, require JS, added new captcha poi…
  • Loading branch information
mattsqd authored Jan 9, 2025
2 parents c1f96bb + 82e04e2 commit e71beca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uuid: 5aec9377-19a3-4f49-a18a-c8678852a4cc
langcode: en
status: false
dependencies: { }
formId: contact_message_site_wide_form
captchaType: default
label: contact_message_site_wide_form
4 changes: 2 additions & 2 deletions config/sync/captcha.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ whitelist_ips: ''
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
default_validation: 1
persistence: 1
enable_stats: false
log_wrong_responses: false
enable_stats: true
log_wrong_responses: true
4 changes: 2 additions & 2 deletions config/sync/recaptcha.settings.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
_core:
default_config_hash: ByOVf1cU9r5NkZ4ieBJ7k9sUid6jb03ojMN1gjJ0-OU
site_key: 6LeF1UgaAAAAACr6bP08beiNRUepZHWtICv_PLIQ
site_key: 6LfH1LIqAAAAACvGsKyYIZj3f4yHu3DH7jyN2dBX
secret_key: 'Set by env variable RECAPTCHA_SECRET_KEY'
verify_hostname: false
use_globally: false
widget:
theme: light
type: image
size: ''
noscript: true
noscript: false

0 comments on commit e71beca

Please sign in to comment.