﻿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
19562	Documentation: How Django stores passwords out of date	startup.canada@…	Preston Holmes	"In ""Password management in Django"" documentation page https://docs.djangoproject.com/en/1.5/topics/auth/passwords/ , section ""How Django stores passwords"" it says: ""The password attribute of a User object is a string in this format:
algorithm$hash""

This is out of date (since v1.4?) It should say something like:

""The password attribute of a User object is a string in this format:
algorithm$iterations$salt$hash"" , where iterations is the work factor.

Thanks"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	0	0	0	0	0	0
