﻿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
9194	Allow additional hashing algorithms for passwords	David Cramer	nobody	"A useful addition to the auth contrib application would be the ability to pass in additional hashing algorithms for the password.

e.g.

AUTH_PASSWORD_ALGORITHMS = {
    'sha': 'django.contrib.auth.blah.ShaHashThing',
    'md5': '...',
    'myalgo': '...',
}

"		closed	contrib.auth	1.0		duplicate		Gonzalo Saavedra	Design decision needed	0	0	0	0	0	0
