django-planet
June 20, 2024

Password Resets and Signal Handling - Building SaaS #194

in blog Matt Layman
original entry Password Resets and Signal Handling - Building SaaS #194

In this episode, we hooked up the email confirmation signal to the prompt sending code so that new users can use JourneyInbox immediately. Then we focused on handling all the functionality related to the password reset feature. This meant customizing a bunch of django-allauth forms.