#18118 closed Bug (fixed)
django.contrib.auth.hashers.make_password doc isn't up to date
Reported by: | Mathieu Agopian | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | mathieu.agopian@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
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
Attachments (1)
Change History (7)
comment:1 by , 13 years ago
Cc: | added |
---|
by , 13 years ago
Attachment: | 18118.diff added |
---|
comment:2 by , 13 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Updated hashers utility functions documentation