DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Learn Test Driven Development with Django - Part 11 Password Reset

In this video, we will show you how to easily reset a password for a Django user. We will start by demonstrating how to set up the password reset functionality in your Django project, using the built-in password reset views and forms. Then, we will show you how to trigger the password reset process for a specific user, and how to handle the password reset form on the frontend. By the end of this video, you will have a working password reset feature in your Django application.

Top comments (0)