diff options
-rw-r--r-- | conf/login/login-server.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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) |