How to create a password reset for Custom User Model

2021-10-25 Thread Amit Karnam
Hello all, I have created a Custom user model that takes email as the unique key instead of the default Username. Now I wanted to learn how to create a password reset for that. I have set up the templates and the SendGrid account for that. Please guide me regarding the next step. -- You recei

Re: How to create a password reset for Custom User Model

2021-10-26 Thread Amit Karnam
or your understanding and all the best, > > Adam > > On Mon, 25 Oct 2021 at 08:04, Amit Karnam wrote: > >> Hello all, >> I have created a Custom user model that takes email as the unique key >> instead of the default Username. >> Now I wanted to learn how to