From 187b86fe7ddda93c373fd83769dc69859dfb03c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 25 Sep 2025 00:19:51 -0400 Subject: [PATCH] Limit survey submissions to two per IP address per day --- config/webform.webform.tech_for_coops.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/webform.webform.tech_for_coops.yml b/config/webform.webform.tech_for_coops.yml index 234f11c..0514b17 100644 --- a/config/webform.webform.tech_for_coops.yml +++ b/config/webform.webform.tech_for_coops.yml @@ -180,8 +180,8 @@ settings: limit_total_interval: null limit_total_message: '' limit_total_unique: false - limit_user: null - limit_user_interval: null + limit_user: 2 + limit_user_interval: 172800 limit_user_message: '' limit_user_unique: false entity_limit_total: null