Remove deprecated passlib setting __vary_rounds

Deprecated since version 1.7 and will be removed in 2.0
The (very minimal) security benefit it provides was judged to not
be worth code complexity it requires.
This commit is contained in:
Santiago L 2021-07-09 13:03:53 +02:00
parent d3e5ea59a9
commit cda47e2fb6
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ PASSLIB_CONFIG = (
"default = sha512_crypt\n"
"deprecated = django_pbkdf2_sha1, django_salted_sha1, django_salted_md5, "
" django_des_crypt, des_crypt, hex_md5\n"
"all__vary_rounds = 0.05\n"
"django_pbkdf2_sha256__min_rounds = 10000\n"
"sha512_crypt__min_rounds = 80000\n"
"staff__django_pbkdf2_sha256__default_rounds = 12500\n"