﻿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
33250	EmailField's label in PasswordResetForm does not match the verbose_name of AbstractUser's EmailField	Zoltán Szatmáry	nobody	"django/contrib/auth/models.py:342

email = models.EmailField(_('email address'), blank=True)

django/contrib/auth/forms.py:242-246

email = forms.EmailField(
        label=_(""Email""),
        max_length=254,
        widget=forms.EmailInput(attrs={'autocomplete': 'email'})
    )"	Bug	assigned	contrib.auth	3.2	Normal		EmailField		Unreviewed	0	0	0	0	0	0
