﻿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
8493	NoReverseMatch error on password_change_done when changing passwords in the admin interface	mtrichardson	nobody	admin.sites.root passes password_change information off to contrib.auth, which then calls reverse('django.contrib.auth.password_change_done') to figure out where to 302 the user.  However, that fails since that function is not actually hooked up in any urlconf - any admin apps are a thin layer in front of contrib.auth and don't actually associate any urls.  This effectively means that any admin's change password functionality is broken - the password is actually changed, but you get a nasty 500 during the process.		closed	contrib.admin	dev		fixed	aug22sprint	adam@…	Unreviewed	0	0	0	0	0	0
