mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
use common passwords 8 chars or longer
This commit is contained in:
parent
cbc470baf1
commit
67cc96f20d
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
class CommonPasswords
|
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'
|
LIST_KEY = 'discourse-common-passwords'
|
||||||
|
|
||||||
@mutex = Mutex.new
|
@mutex = Mutex.new
|
||||||
|
|
2086
lib/common_passwords/long-common-passwords.txt
Executable file
2086
lib/common_passwords/long-common-passwords.txt
Executable file
File diff suppressed because it is too large
Load Diff
2086
lib/common_passwords/10k-common-passwords.txt → lib/common_passwords/short-common-passwords.txt
Executable file → Normal file
2086
lib/common_passwords/10k-common-passwords.txt → lib/common_passwords/short-common-passwords.txt
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user