diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-16 14:02:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-16 14:02:30 -0300 |
commit | ee259fa555747446799192524e0027b962ed2b39 (patch) | |
tree | e01bcf7b2bd75af7401158250218f890815d988b /conf | |
parent | 75eb806bfbdcf6c97deb2c2eccbb26dac1774b6a (diff) | |
download | serverdata-ee259fa555747446799192524e0027b962ed2b39.tar.gz serverdata-ee259fa555747446799192524e0027b962ed2b39.tar.bz2 serverdata-ee259fa555747446799192524e0027b962ed2b39.tar.xz serverdata-ee259fa555747446799192524e0027b962ed2b39.zip |
Read the rules when account is created
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login/login-server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index 016f0dc06..59a03608c 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -80,7 +80,7 @@ login_configuration: { // Account registration flood protection system // allowed_regs is the number of registrations allowed in time_allowed (in seconds) - allowed_regs: 3 + allowed_regs: 5 time_allowed: 86400 // Starting additional sec from now for the limited time at creation of account |