From f01cf1da13bea276aaadd0621582c1382d38b181 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Mon, 6 May 2024 15:15:30 +0200 Subject: [PATCH] Update CAPTCHA_FAILED_LOGIN_COUNT to 0 in config-site.php --- imageroot/templates/config-site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageroot/templates/config-site.php b/imageroot/templates/config-site.php index 0036c47..969ac78 100644 --- a/imageroot/templates/config-site.php +++ b/imageroot/templates/config-site.php @@ -24,4 +24,4 @@ $config['IMAP_PORT'] = 993; $config['IMAP_SSL'] = true; -$config['CAPTCHA_FAILED_LOGIN_COUNT'] = 3; \ No newline at end of file +$config['CAPTCHA_FAILED_LOGIN_COUNT'] = 0; \ No newline at end of file