Update honeypot setting
This commit is contained in:
parent
2f4cde2940
commit
c18400a720
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ unprotected_forms:
|
||||||
- honeypot_settings_form
|
- honeypot_settings_form
|
||||||
protect_all_forms: false
|
protect_all_forms: false
|
||||||
log: false
|
log: false
|
||||||
element_name: site
|
element_name: url
|
||||||
time_limit: 6
|
time_limit: 6
|
||||||
expire: 300
|
expire: 300
|
||||||
form_settings:
|
form_settings:
|
||||||
|
@ -14,10 +14,10 @@ form_settings:
|
||||||
user_pass: false
|
user_pass: false
|
||||||
contact_message_feedback_form: true
|
contact_message_feedback_form: true
|
||||||
contact_message_personal_form: true
|
contact_message_personal_form: true
|
||||||
|
node_gleaning_form: false
|
||||||
node_article_form: false
|
node_article_form: false
|
||||||
node_blog_form: false
|
node_blog_form: false
|
||||||
node_collection_form: false
|
node_collection_form: false
|
||||||
node_gleaning_form: false
|
|
||||||
node_landing_page_form: false
|
node_landing_page_form: false
|
||||||
node_page_form: false
|
node_page_form: false
|
||||||
node_people_form: false
|
node_people_form: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue