68 lines
2.9 KiB
YAML
68 lines
2.9 KiB
YAML
uuid: 60485796-06b7-4b61-bcf3-8f021058b5b6
|
|
langcode: en
|
|
status: true
|
|
dependencies:
|
|
module:
|
|
- honeypot
|
|
_core:
|
|
default_config_hash: eJszwZawaWU6LHIgSykn-OsisG3smruwsKOqx44TUoA
|
|
id: honeypot
|
|
label: Honeypot
|
|
module: honeypot
|
|
routes:
|
|
-
|
|
route_name: honeypot.config
|
|
tips:
|
|
honeypot-configuration:
|
|
id: honeypot-configuration
|
|
plugin: text
|
|
label: Honeypot
|
|
weight: -10
|
|
body: |
|
|
Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.
|
|
|
|
Click Next to be guided through this configuration page.
|
|
position: top-start
|
|
protect-all-forms:
|
|
id: protect-all-forms
|
|
plugin: text
|
|
label: 'Protect all forms'
|
|
weight: -9
|
|
body: |
|
|
Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.
|
|
|
|
Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.
|
|
selector: '#edit-protect-all-forms'
|
|
position: bottom-start
|
|
log-blocked-form-submissions:
|
|
id: log-blocked-form-submissions
|
|
plugin: text
|
|
label: 'Log blocked form submissions'
|
|
weight: -8
|
|
body: 'Check this box to log every form submission using watchdog. If you have Database Logging enabled, you can view these log entries in the Recent log messages page under Reports.'
|
|
selector: '#edit-log'
|
|
position: bottom-start
|
|
honeypot-element-name:
|
|
id: honeypot-element-name
|
|
plugin: text
|
|
label: 'Honeypot Element Name'
|
|
weight: -7
|
|
body: "Spam bots typically fill out any field they believe will help get links back to their site, so tempting them with a field named something like 'url', 'homepage', or 'link' makes it hard for them to resist filling in the field—and easy to catch them in the trap and reject their submissions!"
|
|
selector: '#edit-element-name'
|
|
position: top-start
|
|
honeypot-time-limit:
|
|
id: honeypot-time-limit
|
|
plugin: text
|
|
label: 'Honeypot Time Limit'
|
|
weight: -6
|
|
body: "If you enter a positive value, Honeypot will require that all protected forms take at least that many seconds long to fill out. Most forms take at least 5-10 seconds to complete (if you're a human), so setting this to a value < 5 will help protect against spam bots. Set to 0 to disable."
|
|
selector: '#edit-time-limit'
|
|
position: top-start
|
|
honeypot-form-specific-settings:
|
|
id: honeypot-form-specific-settings
|
|
plugin: text
|
|
label: 'Honeypot form-specific settings'
|
|
weight: -5
|
|
body: 'If you would like to choose particular forms to be protected by Honeypot, check the forms you wish to protect in this section. Most common types of forms are available for protection.'
|
|
selector: '#edit-form-settings'
|
|
position: top-start
|