Password Reset Email

Learn how to send a password reset link via email.

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 1200+ tech skills courses.