I can take care of implementing this if there's interest on this feature.
--
Ticket URL: <https://code.djangoproject.com/ticket/33793>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
Django keeps "weak" password hashers for support with legacy systems and
[https://docs.djangoproject.com/en/stable/topics/testing/overview
/#password-hashing speeding up the tests]. Moreover they are not enabled
by [https://docs.djangoproject.com/en/stable/ref/settings/#password-
hashers default], so you must add them explicitly to the
`PASSWORD_HASHERS`. Folks that do this should be aware of their weakness.
IMO there is not need for a new system check.
You can start a discussion on DevelopersMailingList if you don't agree.
--
Ticket URL: <https://code.djangoproject.com/ticket/33793#comment:1>
Comment (by Tim Graham):
[https://groups.google.com/g/django-
developers/c/CBdwSCiDKwY/m/__KdkCs9JwAJ django-developers thread]
--
Ticket URL: <https://code.djangoproject.com/ticket/33793#comment:2>