Enable and configure riddler

This commit is contained in:
Keegan Rankin 2024-02-20 13:30:09 -08:00
parent 95ca4e9c06
commit 56bcb1f0b4
19 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,7 @@
uuid: 68c612df-4e72-4492-bdd8-049905aede18
langcode: en
status: true
dependencies: { }
formId: comment_comment_form
captchaType: riddler/Riddler
label: comment_comment_form

View file

@ -0,0 +1,9 @@
uuid: bd58361f-7061-4dd2-9d6f-bbf0619943f7
langcode: en
status: false
dependencies: { }
_core:
default_config_hash: MbTbUeeaumH8DjENUwT0-8uW9UuxyNHbF6jbKCLhYkk
formId: contact_message_feedback_form
captchaType: default
label: null

View file

@ -0,0 +1,9 @@
uuid: 9452d548-2d1b-450b-83ea-70517836f68b
langcode: en
status: false
dependencies: { }
_core:
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
formId: contact_message_personal_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: 51109243-2baa-4002-91c4-0ce1f2df81ed
langcode: en
status: false
dependencies: { }
formId: node_article_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: e5a56ee3-d865-4616-b2e6-765bd6681ce2
langcode: en
status: false
dependencies: { }
formId: node_blog_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: f75d1ab1-7635-4339-a3eb-01d4529b99fc
langcode: en
status: false
dependencies: { }
formId: node_collection_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: e61990c1-71bf-4f6b-ae82-52216c49eafc
langcode: en
status: false
dependencies: { }
formId: node_gleaning_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: 6dbd3f2e-f441-4750-a6ed-be1072c232d7
langcode: en
status: false
dependencies: { }
formId: node_landing_page_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: bd86139c-8727-430b-b333-4c58e153829f
langcode: en
status: false
dependencies: { }
formId: node_page_form
captchaType: default
label: null

View file

@ -0,0 +1,7 @@
uuid: f07df487-9111-43f2-b049-9c45e982906d
langcode: en
status: false
dependencies: { }
formId: node_people_form
captchaType: default
label: null

View file

@ -0,0 +1,9 @@
uuid: 6be0740e-18a3-4f43-9236-da32c00b09e6
langcode: en
status: false
dependencies: { }
_core:
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
formId: user_login_form
captchaType: default
label: null

View file

@ -0,0 +1,9 @@
uuid: b12e0ad3-448a-4669-bfdf-d2c75a1f7bdf
langcode: en
status: false
dependencies: { }
_core:
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
formId: user_pass
captchaType: default
label: null

View file

@ -0,0 +1,9 @@
uuid: df24b830-5560-454f-a742-6572f54c62e0
langcode: en
status: false
dependencies: { }
_core:
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
formId: user_register_form
captchaType: default
label: null

View file

@ -0,0 +1,13 @@
_core:
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
enabled_default: 0
default_challenge: riddler/Riddler
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
administration_mode: true
allow_on_admin_pages: false
add_captcha_description: true
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: true

View file

@ -13,6 +13,7 @@ module:
block_content: 0 block_content: 0
block_visibility_groups: 0 block_visibility_groups: 0
breakpoint: 0 breakpoint: 0
captcha: 0
checklistapi: 0 checklistapi: 0
ckeditor: 0 ckeditor: 0
ckeditorheight: 0 ckeditorheight: 0
@ -105,6 +106,7 @@ module:
rdf: 0 rdf: 0
redirect: 0 redirect: 0
responsive_image: 0 responsive_image: 0
riddler: 0
role_delegation: 0 role_delegation: 0
scn: 0 scn: 0
search_api: 0 search_api: 0

View file

@ -0,0 +1,6 @@
_core:
default_config_hash: pKKCV0W4-r3Zf1QQzR2HDXAXmfH81248yrY2d9iR7S4
riddles:
-
question: 'What does the G in GEO stand for?'
response: 'grassroots,grassroot,grass roots,grass root'

View file

@ -0,0 +1,11 @@
uuid: 2b0f0b55-9cc1-4e3d-8d94-77d7ebd2eaca
langcode: en
status: true
dependencies:
module:
- convert_bundles
id: convert_bundles_on_captcha_point
label: 'Convert Captcha Point Entity Bundles'
type: captcha_point
plugin: convert_bundles_action_base
configuration: { }

View file

@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- captcha
- comment - comment
- comment_notify - comment_notify
- contact - contact
@ -26,6 +27,7 @@ permissions:
- 'change own username' - 'change own username'
- 'opt-in or out of google analytics tracking' - 'opt-in or out of google analytics tracking'
- 'post comments' - 'post comments'
- 'skip CAPTCHA'
- 'skip comment approval' - 'skip comment approval'
- 'subscribe to comments' - 'subscribe to comments'
- 'use exclude node title' - 'use exclude node title'

View file

@ -6,6 +6,7 @@ dependencies:
- filter.format.full_html - filter.format.full_html
module: module:
- block - block
- captcha
- checklistapi - checklistapi
- comment - comment
- comment_notify - comment_notify
@ -48,6 +49,7 @@ permissions:
- 'access tour' - 'access tour'
- 'access user contact forms' - 'access user contact forms'
- 'access user profiles' - 'access user profiles'
- 'administer CAPTCHA settings'
- 'administer blocks' - 'administer blocks'
- 'administer comment notify' - 'administer comment notify'
- 'administer comments' - 'administer comments'