mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
Username length is now minimum 20
This commit is contained in:
parent
a409223141
commit
ca95bdb023
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ users:
|
|||
default: 3
|
||||
max_username_length:
|
||||
client: true
|
||||
default: 15
|
||||
default: 20
|
||||
hidden: true
|
||||
min_password_length:
|
||||
client: true
|
||||
|
|
Loading…
Reference in a new issue