mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FEATURE: Unhide max username length
This commit is contained in:
parent
e06da1821d
commit
40d397e278
2 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
|
@ -108,7 +108,6 @@ users:
|
|||
max_username_length:
|
||||
client: true
|
||||
default: 20
|
||||
hidden: true
|
||||
min_password_length:
|
||||
client: true
|
||||
default: 8
|
||||
|
|
Loading…
Reference in a new issue