Changes between Initial Version and Version 1 of Ticket #32349


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32349 – Description

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