The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified UserAdmin to match.
by
Edward the Siberian Husky 2012-10-13 03:44:50 UTC
commit c433fcb3fb34fccd69782979f0e7cd5f2d4a4893
Django
VCC
CVE-2014-0482
django/contrib/admin/templates/admin/base.html
+1
-1
django/contrib/admin/templates/admin/object_history.html
+1
-1
django/contrib/admin/templates/registration/password_reset_email.html
+1
-1
django/contrib/auth/admin.py
+4
-3
django/contrib/auth/backends.py
+1
-1
django/contrib/auth/forms.py
+4
-4
django/contrib/auth/management/commands/changepassword.py
+1
-1
django/contrib/auth/management/commands/createsuperuser.py
+3
-3
django/contrib/auth/middleware.py
+2
-2
django/contrib/auth/models.py
+8
-13
django/contrib/comments/admin.py
+1
-12
django/contrib/comments/models.py
+18
-18
django/contrib/comments/views/comments.py
+13
-12
docs/topics/auth.txt
+9
-188
expand_less