mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix most used password file path
This commit is contained in:
parent
a792ed6e41
commit
799609c7a8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ SMALL_PWD_LIST = [
|
|||
"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
|
||||
STRENGTH_LEVELS = [
|
||||
|
|
Loading…
Add table
Reference in a new issue