#8321 closed (fixed)
Use Hashcompat in contrib.auth.user
Reported by: | magneto | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | hashcompat | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
nothing fancy,
just simply use the new django.utils.hashcompat for the hashing in auth.user
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | hashcompat_authuser.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
milestone: | → 1.0 |
---|
comment:3 by , 16 years ago
milestone: | 1.0 → post-1.0 |
---|
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Nice catch.
However, we're frozen for 1.0; only bug fixes can go in now, and since this code works, it stays.