#33250: EmailField's label in PasswordResetForm does not match the verbose_name
of
AbstractUser's EmailField
-------------------------------------------+----------------------------
Reporter: Zoltán Szatmáry | Owner: nobody
Type: Bug | Status: assigned
Component: contrib.auth | Version: 3.2
Severity: Normal | Keywords: EmailField
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------------+----------------------------
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'})
)
--
Ticket URL: <https://code.djangoproject.com/ticket/33250>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/054.3b50ac9802cc97e534d8eac8b9c94d47%40djangoproject.com.