﻿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
10017	auth.forms.PasswordResetForm.clean_email returns None	Zak Johnson <zakj@…>	Leo Shklovskii	"Classes inheriting from `PasswordResetForm` will be unable to access `self.cleaned_data['email']` without a stub `clean_email()` to return a value:

{{{
    def clean_email(self):
        super(MyPasswordResetForm, self).clean_email()
        return self.cleaned_data['email']
}}}"		closed	contrib.auth	dev		fixed			Accepted	1	0	0	0	0	0
