Changes between Initial Version and Version 1 of Ticket #33250
- Timestamp:
- Oct 31, 2021, 11:28:49 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33250
- Property Resolution → wontfix
- Property Status assigned → closed
- Property Summary EmailField's label in PasswordResetForm does not match the verbose_name of AbstractUser's EmailField → EmailField's label in PasswordResetForm doesn't match the verbose_name of AbstractUser's EmailField
- Property Type Bug → Cleanup/optimization
-
Ticket #33250 – Description
initial v1 1 {{{ 1 2 django/contrib/auth/models.py:342 2 3 … … 10 11 widget=forms.EmailInput(attrs={'autocomplete': 'email'}) 11 12 ) 13 }}}