[Fix #1285] Add a custom dictionary for zxcvbn

This commit is contained in:
Mathieu Magnin 2018-09-26 09:01:30 +02:00 committed by gregoirenovel
parent 96b95b90cc
commit 5d6f8de5a0
2 changed files with 5003 additions and 0 deletions

View file

@ -0,0 +1 @@
ZXCVBN_DICTIONNARIES = YAML.safe_load(File.read(Rails.root.join("config", "initializers", "zxcvbn_dictionnaries.yaml")))

File diff suppressed because it is too large Load diff