up password length to 8

master
James Sigurðarson 2016-08-12 11:03:49 +01:00
parent 48516527dc
commit 27c4c97074
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ shell_port = 22
shell_host = "shell.icec.tf"
shell_user_prefixes = ["ctf-"]
shell_password_length = 6
shell_password_length = 8
shell_free_acounts = 10
shell_max_accounts = 99999