mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
more realistic maximum password values
This commit is contained in:
@@ -345,16 +345,15 @@ users:
|
||||
client: true
|
||||
default: 10
|
||||
min: 8
|
||||
max: 2000
|
||||
max: 500
|
||||
min_admin_password_length:
|
||||
client: true
|
||||
default: 15
|
||||
min: 8
|
||||
max: 2000
|
||||
max: 500
|
||||
password_unique_characters:
|
||||
default: 6
|
||||
min: 1
|
||||
max: 2000
|
||||
block_common_passwords: true
|
||||
enforce_global_nicknames:
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user