Changes between Initial Version and Version 1 of Ticket #33250


Ignore:
Timestamp:
Oct 31, 2021, 11:28:49 PM (3 years ago)
Author:
Mariusz Felisiak
Comment:

Thanks for this report, however IMO there is no need for them to be identical. The Email is completely valid and acceptable in the PasswordResetForm, it's not worth changing and creating extra work for translators.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33250

    • Property Resolutionwontfix
    • Property Status assignedclosed
    • Property Summary EmailField's label in PasswordResetForm does not match the verbose_name of AbstractUser's EmailFieldEmailField's label in PasswordResetForm doesn't match the verbose_name of AbstractUser's EmailField
    • Property Type BugCleanup/optimization
  • Ticket #33250 – Description

    initial v1  
     1{{{
    12django/contrib/auth/models.py:342
    23
     
    1011        widget=forms.EmailInput(attrs={'autocomplete': 'email'})
    1112    )
     13}}}
Back to Top