* ui_ux: => 0
* type: => Uncategorized
* severity: => Normal
* easy: => 0
Comment:
This 'wontfix' decision was taken nearly 6 years ago. Will there be a
consideration to reopen this? Because I wish to use subclass AbstractUser
model and impose email address as username. In this decade email addresses
easily reach 30+ characters.
--
Ticket URL: <https://code.djangoproject.com/ticket/12128#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* ui_ux: 0 => 1
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/12128#comment:4>
* resolution: wontfix => fixed
Comment:
The `AuthenticationForm` `max_length` was increased to 254 characters in
bfcda7781a886ab2b7b41937c0f49c088f58a3d7 (Django 1.5) (#19130).
--
Ticket URL: <https://code.djangoproject.com/ticket/12128#comment:5>