django-inspectional-registration
django-inspectional-registration copied to clipboard
Use classed based views for Django 1.11
Fixes #80 for Django 1.11. For other versions of django a fix is needed in password_reset_confirm.html
to add the tag <meta name="referrer" content="never">
and rel="noreferrer"
should be added to the anchor tag in password_reset_email.html
. I didn't see either of these templates in the repository, so it may be best to just warn users of the issue of potentially leaking the reset token through the Referrer
header.