Apply config changes from database updates
This commit is contained in:
parent
c6d67bf7ab
commit
144b4cef7b
12 changed files with 15 additions and 14 deletions
|
@ -6,4 +6,4 @@ _core:
|
||||||
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
|
default_config_hash: JWbmGm_KvY_3No38GsmOrkAy8N9u5Sm4yjJlDJlAW7c
|
||||||
formId: contact_message_personal_form
|
formId: contact_message_personal_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: contact_message_personal_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_article_form
|
formId: node_article_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_article_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_blog_form
|
formId: node_blog_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_blog_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_collection_form
|
formId: node_collection_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_collection_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_gleaning_form
|
formId: node_gleaning_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_gleaning_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_landing_page_form
|
formId: node_landing_page_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_landing_page_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_page_form
|
formId: node_page_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_page_form
|
||||||
|
|
|
@ -4,4 +4,4 @@ status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
formId: node_people_form
|
formId: node_people_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: node_people_form
|
||||||
|
|
|
@ -6,4 +6,4 @@ _core:
|
||||||
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
|
default_config_hash: crLwyc9uwZ8Bv8lpMLIOEQYHOxW_mS49jaDf_95-o4I
|
||||||
formId: user_login_form
|
formId: user_login_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: user_login_form
|
||||||
|
|
|
@ -6,4 +6,4 @@ _core:
|
||||||
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
|
default_config_hash: KV2eyuDk4Ux0da6fu6QsTUf_49rPDXilNurV5nRZqJE
|
||||||
formId: user_pass
|
formId: user_pass
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: user_pass
|
||||||
|
|
|
@ -6,4 +6,4 @@ _core:
|
||||||
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
|
default_config_hash: O11nB9Assnic6AhIuaeK_CQdh_zO0udxABDnUZJupis
|
||||||
formId: user_register_form
|
formId: user_register_form
|
||||||
captchaType: default
|
captchaType: default
|
||||||
label: null
|
label: user_register_form
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
|
default_config_hash: _UaIWu0_ZD3lUs97wlFC2Koi-o7Bex69Xr9q36nJtkY
|
||||||
enabled_default: 0
|
enable_globally: 0
|
||||||
|
enable_globally_on_admin_routes: false
|
||||||
default_challenge: riddler/Riddler
|
default_challenge: riddler/Riddler
|
||||||
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
description: 'This question is to verify that you are a human visitor and to prevent automated spam.'
|
||||||
administration_mode: true
|
administration_mode: true
|
||||||
allow_on_admin_pages: false
|
administration_mode_on_admin_routes: false
|
||||||
add_captcha_description: true
|
|
||||||
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct.'
|
||||||
default_validation: 1
|
default_validation: 1
|
||||||
persistence: 1
|
persistence: 1
|
||||||
enable_stats: false
|
enable_stats: false
|
||||||
log_wrong_responses: true
|
log_wrong_responses: true
|
||||||
|
title: CAPTCHA
|
||||||
|
|
Loading…
Add table
Reference in a new issue