mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 06:02:47 +08:00
Minimum password length should be 8
This commit is contained in:
parent
08ffbf6c61
commit
b2cfad5f47
|
@ -341,11 +341,11 @@ users:
|
|||
min_password_length:
|
||||
client: true
|
||||
default: 10
|
||||
min: 1
|
||||
min: 8
|
||||
min_admin_password_length:
|
||||
client: true
|
||||
default: 15
|
||||
min: 1
|
||||
min: 8
|
||||
password_unique_characters:
|
||||
default: 6
|
||||
min: 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user