#21535: Password hash iterations not updating.
------------------------------+--------------------
     Reporter:  jared_mess    |      Owner:  nobody
         Type:  Bug           |     Status:  new
    Component:  contrib.auth  |    Version:  1.6
     Severity:  Normal        |   Keywords:
 Triage Stage:  Unreviewed    |  Has patch:  0
Easy pickings:  1             |      UI/UX:  0
------------------------------+--------------------
 If you follow the steps in the
 documentation:[https://docs.djangoproject.com/en/dev/topics/auth/passwords/]
 to change the hash iterations through a subclass, the iterations don't
 update.

 This looks like a trivial fix.
 In hashers.py, check_password(password, encoded, setter=None,
 preferred='default'), it calls hasher.must_update instead of
 preferred.must_update.

 *This is my first bug report here.  I've read through all the FAQ and
 searched the bug DB, and couldn't find anything.  If I've made a mistake,
 broke a cardinal rule, please let me know.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21535>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.c3d86a8e805e862085fe847f6a72b807%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to