Django: Getting Started Transcripts
Chapter: Users and Account Management
Lecture: Password reset done page
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Remember this email address only gets sent if the email given in the password reset form was in the database. Either way,
0:11
the next step in the process is the reset done page that tells the user that the reset is in process. That's defined inside of password reset done.
0:22
Let me open that up next. Okay, I'm back inside of HTML land here. So this page extends from the common base and overrides the content block,
0:35
like the form I have the same small box and centering piece here and then some
0:40
instructions telling the user that they should get an email in their inbox to do the reset.