﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21535	Password hash iterations not updating.	jared_mess	nobody	"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."	Bug	closed	contrib.auth	1.6	Release blocker	fixed			Accepted	1	0	0	0	1	0
