created max_password_tries entry in config
This commit is contained in:
parent
b54490514a
commit
1d970b94f8
@ -24,5 +24,6 @@ communication_time = 300 # Seconds waiting for client message before stopping co
|
|||||||
max_username_length = 20 # Maximal username length
|
max_username_length = 20 # Maximal username length
|
||||||
min_username_length = 4 # Minimal username length
|
min_username_length = 4 # Minimal username length
|
||||||
max_username_tries = 3 # Times asking client for username (if client tries to use invalid username)
|
max_username_tries = 3 # Times asking client for username (if client tries to use invalid username)
|
||||||
|
max_password_tries = 3 # Same as above but for invalid password
|
||||||
|
|
||||||
max_message_length = 100 # Maximal message length
|
max_message_length = 100 # Maximal message length
|
Loading…
x
Reference in New Issue
Block a user