﻿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
9213	PasswordResetForm should not reset passwords for inactive users	John-Scott Atlakson	anonymous	`django.contrib.auth.forms.PasswordResetForm` currently just validates that there is at least one `User` object with the form submitted email address. However, users that have been set `is_active = False` can still send out password reset emails to themselves, which in my email template, displays their first name. I'd rather not give the impression that I'm hanging onto their personal data, just following the Django pattern of setting the is_active flag so banned users can't sign up with the same email again. I've attached a trivial patch. Although I've stated the short summary in the affirmative, if there are good reasons not to do this check, I'm all ears.		closed	contrib.auth	1.3-alpha		fixed			Accepted	1	1	1	0	0	0
