FEATURE: Unhide max username length
This commit is contained in:
parent
e06da1821d
commit
40d397e278
|
@ -711,6 +711,7 @@ en:
|
||||||
login_required: "Require authentication to read posts"
|
login_required: "Require authentication to read posts"
|
||||||
|
|
||||||
min_username_length: "Minimum username length. (Does not apply if global nickname uniqueness is forced)"
|
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."
|
min_password_length: "Minimum password length."
|
||||||
block_common_passwords: "Don't allow passwords that are in the 10000 most common passwords."
|
block_common_passwords: "Don't allow passwords that are in the 10000 most common passwords."
|
||||||
|
|
|
@ -108,7 +108,6 @@ users:
|
||||||
max_username_length:
|
max_username_length:
|
||||||
client: true
|
client: true
|
||||||
default: 20
|
default: 20
|
||||||
hidden: true
|
|
||||||
min_password_length:
|
min_password_length:
|
||||||
client: true
|
client: true
|
||||||
default: 8
|
default: 8
|
||||||
|
|
Loading…
Reference in New Issue