Closed
Bug 1326205
Opened 8 years ago
Closed 8 years ago
Switch login to using username rather than email once on Django 1.10
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1319246
People
(Reporter: emorley, Unassigned)
References
Details
Pre Django 1.10 the `username` field on the Django auth_user table is very small (something like 30-32 characters), so we've had to abuse the non-unique `email` field instead.
Django 1.10's `username` field is 150 characters:
https://github.com/django/django/blob/1.10.4/django/contrib/auth/models.py#L311
...at which point we can stop abusing the `email` field.
Reporter | ||
Comment 1•8 years ago
|
||
This is being fixed as part of bug 1319246.
You need to log in
before you can comment on or make changes to this bug.
Description
•