macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
974 stars 348 forks source link

Use Django 1.11 class-based views when possible #266

Closed joshblum closed 7 years ago

joshblum commented 7 years ago

The function based views are deprecated in Django 1.11 and fixes a security bug with potentially leaking the password reset token with the referrer header. https://docs.djangoproject.com/en/1.11/releases/1.11/#django-contrib-auth

joshblum commented 7 years ago

closed by #268