Fix most used password file path

This commit is contained in:
Alexandre Aubin 2021-11-18 13:53:00 +01:00
parent a792ed6e41
commit 799609c7a8

View file

@ -36,7 +36,7 @@ SMALL_PWD_LIST = [
"rpi", "rpi",
] ]
MOST_USED_PASSWORDS = "/usr/share/yunohost/password/100000-most-used-passwords.txt" MOST_USED_PASSWORDS = "/usr/share/yunohost/100000-most-used-passwords.txt"
# Length, digits, lowers, uppers, others # Length, digits, lowers, uppers, others
STRENGTH_LEVELS = [ STRENGTH_LEVELS = [