Django: Getting Started Transcripts
Chapter: Users and Account Management
Lecture: Reset success HTML
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Alright, if all goes well, the last step is to tell the user it's gone well. That's done in the password reset complete template.
0:11
Let me open it up. This one's a bit simpler. Just a quick message to tell the user the reset was successful and a convenience link to the login page.
0:21
The password reset complete view includes the login URL in the context to make it easier for you to write the page showing the user the link.