Changes between Version 1 and Version 2 of Ticket #32349


Ignore:
Timestamp:
Jan 13, 2021, 7:01:26 AM (4 years ago)
Author:
James Miller
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32349 – Description

    v1 v2  
    1717 Reverse for 'password_reset_done' not found. 'password_reset_done' is not a valid view function or pattern name.
    1818
    19  All my other password reset views work though.
     19All my other password reset views work though.
    2020
    2121I discovered that in django.contrib.auth.views the class PasswordResetView(PasswordContextMixin, FormView):  has a success_url of:
Back to Top