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

2021-10-26 Thread Amit Karnam
Thanks for the clarification, will move the conversation to the correct channel! On Mon, 25 Oct 2021, 11:15 pm 'Adam Johnson' via Django developers (Contributions to Django itself), wrote: > Hi! > > I think you've found the wrong mailing list for this post. This mailing > list is for discussing

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

2021-10-25 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

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