Password Reset Email
Learn how to send a password reset link via email.
We'll cover the following
This lesson focuses on implementing the password reset email.
Create a view for requesting a password reset email
In this lesson, we’ll build a view to be called when a user requests a password reset email. Our view’s primary task is sending the user an email containing a password reset link.
We can create the view class in our views.py
file like this.
Get hands-on with 1400+ tech skills courses.