Django

Code

Ticket #8321 (closed: fixed)

Opened 4 months ago

Last modified 2 months ago

Use Hashcompat in contrib.auth.user

Reported by: magneto Assigned to: nobody
Milestone: post-1.0 Component: Authentication
Version: SVN Keywords: hashcompat
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

nothing fancy,

just simply use the new django.utils.hashcompat for the hashing in auth.user

Attachments

hashcompat_authuser.diff (1.6 kB) - added by magneto on 08/14/08 13:44:21.

Change History

08/14/08 13:44:21 changed by magneto

  • attachment hashcompat_authuser.diff added.

08/14/08 14:00:31 changed by Alex

  • needs_better_patch changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

09/02/08 14:34:25 changed by magneto

  • milestone set to 1.0.

09/02/08 14:37:21 changed by jacob

  • milestone changed from 1.0 to post-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.

10/06/08 00:14:20 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #8321 (Use Hashcompat in contrib.auth.user)




Change Properties
Action