From 8db9ac6f55570262b412095a6b1f9f28216dc16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Mon, 12 Sep 2022 17:18:45 -0400 Subject: [PATCH] Lengthen honeypot protection times --- config/honeypot.settings.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/honeypot.settings.yml b/config/honeypot.settings.yml index 98d28e3..f03e6eb 100644 --- a/config/honeypot.settings.yml +++ b/config/honeypot.settings.yml @@ -9,12 +9,11 @@ unprotected_forms: - honeypot_settings_form log: true element_name: url -time_limit: 5 -expire: 300 +time_limit: 6 +expire: 600 form_settings: user_register_form: true user_pass: true - contact_message_feedback_form: true contact_message_personal_form: true node_action_form: false node_article_form: false