diff --git a/src/utils/password.py b/src/utils/password.py index 744175c68..3202e8055 100644 --- a/src/utils/password.py +++ b/src/utils/password.py @@ -40,7 +40,7 @@ SMALL_PWD_LIST = [ # curl -L https://github.com/danielmiessler/SecLists/raw/master/Passwords/Common-Credentials/10-million-password-list-top-1000000.txt \ # | grep -v -E "^[a-zA-Z0-9]{1,7}$" | head -n 100000 | gzip > 100000-most-used-passwords-length8plus.txt.gz # -MOST_USED_PASSWORDS = "/usr/share/yunohost/100000-most-used-passwords-length8plus.txt.gz" +MOST_USED_PASSWORDS = "/usr/share/yunohost/100000-most-used-passwords-length8plus.txt" # Length, digits, lowers, uppers, others STRENGTH_LEVELS = [