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 #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
by
Joel the Sri Lankan Elephant 2016-09-19 12:55:18 UTC
commit 617e36dc1ede2a311dfd03f18432b31cbfe4c0f7
Django
django/contrib/auth/base_user.py
-7
django/contrib/auth/forms.py
+4
-7
django/contrib/auth/models.py
-1
docs/releases/1.11.txt
-5
docs/topics/auth/customizing.txt
+3
-20
tests/auth_tests/models/with_custom_email_field.py
-23
tests/auth_tests/test_forms.py
-12
tests/auth_tests/test_models.py
-11
expand_less