FEATURE: Unhide max username length

This commit is contained in:
Sam 2014-05-23 11:36:35 +10:00
parent e06da1821d
commit 40d397e278
2 changed files with 1 additions and 1 deletions

View file

@ -711,6 +711,7 @@ en:
login_required: "Require authentication to read posts"
min_username_length: "Minimum username length. (Does not apply if global nickname uniqueness is forced)"
max_username_length: "Maximum username length. (Does not apply if global nickname uniqueness is forced)"
min_password_length: "Minimum password length."
block_common_passwords: "Don't allow passwords that are in the 10000 most common passwords."

View file

@ -108,7 +108,6 @@ users:
max_username_length:
client: true
default: 20
hidden: true
min_password_length:
client: true
default: 8