From d3506fc93611adaca16450b1a18b3fbebd71b91d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 18:29:26 -0300 Subject: Change account auto-ban system from 1/10s to 3/1d. This means an IP can only try to make 3 accounts per day (incl. fails) --- conf/login/login-server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/login') diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index 65fbdc147..016f0dc06 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -80,8 +80,8 @@ login_configuration: { // Account registration flood protection system // allowed_regs is the number of registrations allowed in time_allowed (in seconds) - allowed_regs: 1 - time_allowed: 10 + allowed_regs: 3 + time_allowed: 86400 // Starting additional sec from now for the limited time at creation of account // -1: new account are created with UNlimited time (default value) -- cgit v1.2.3-60-g2f50