Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

hashcompat_authuser.diff (1.6 KB ) - added by magneto 16 years ago.

Download all attachments as: .zip

Change History (6)

by magneto, 16 years ago

Attachment: hashcompat_authuser.diff added

comment:1 by Alex Gaynor, 16 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by magneto, 16 years ago

milestone: 1.0

comment:3 by Jacob, 16 years ago

milestone: 1.0post-1.0

Nice catch.

However, we're frozen for 1.0; only bug fixes can go in now, and since this code works, it stays.

comment:4 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9160]) Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompat
for consistency with other code. Thanks, magneto.

comment:5 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top