#18118: django.contrib.auth.hashers.make_password doc isn't up to date
-------------------------------+--------------------
Reporter: magopian | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: 1.4
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------
The doc says
(https://docs.djangoproject.com/en/1.4/topics/auth/#django.contrib.auth.hashers.make_password):
"Currently supported algorithms are: 'sha1', 'md5' and 'crypt' if you have
the crypt library installed."
This isn't true anymore in Django1.4, as there's several more algorithms
supported, as listed in https://docs.djangoproject.com/en/1.4/topics/auth
/#auth-password-storage
--
Ticket URL: <https://code.djangoproject.com/ticket/18118>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.