summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-13 18:29:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-13 18:29:26 -0300
commitd3506fc93611adaca16450b1a18b3fbebd71b91d (patch)
treeeb13ad6f74effa6769c711d9cf0a9ba63693ccb2
parentc91462134c1665bae5349f1fb49d319097167b48 (diff)
downloadserverdata-d3506fc93611adaca16450b1a18b3fbebd71b91d.tar.gz
serverdata-d3506fc93611adaca16450b1a18b3fbebd71b91d.tar.bz2
serverdata-d3506fc93611adaca16450b1a18b3fbebd71b91d.tar.xz
serverdata-d3506fc93611adaca16450b1a18b3fbebd71b91d.zip
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)
-rw-r--r--conf/login/login-server.conf4
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)