Username length is now minimum 20

This commit is contained in:
Sam 2014-05-22 08:28:16 +10:00
parent a409223141
commit ca95bdb023
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ users:
default: 3 default: 3
max_username_length: max_username_length:
client: true client: true
default: 15 default: 20
hidden: true hidden: true
min_password_length: min_password_length:
client: true client: true