mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
use common passwords 8 chars or longer
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
class CommonPasswords
|
||||
|
||||
PASSWORD_FILE = File.join(Rails.root, 'lib', 'common_passwords', '10k-common-passwords.txt')
|
||||
PASSWORD_FILE = File.join(Rails.root, 'lib', 'common_passwords', 'long-common-passwords.txt')
|
||||
LIST_KEY = 'discourse-common-passwords'
|
||||
|
||||
@mutex = Mutex.new
|
||||
|
Reference in New Issue
Block a user