From dc39cb5d856a52c96eae42bbdf9e4a7809bff0d4 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 24 Mar 2025 14:59:54 +0100 Subject: [PATCH] Disable bruteforce --- templates/application/config.php.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/application/config.php.erb b/templates/application/config.php.erb index 809cd9f..838539c 100644 --- a/templates/application/config.php.erb +++ b/templates/application/config.php.erb @@ -16,6 +16,7 @@ $CONFIG = array ( ), ), 'appstoreenabled' => false, + 'auth.bruteforce.protection.enabled' => false; 'config_is_read_only' => true, 'csrf.disabled' => true, 'datadirectory' => '/var/www/html/data',