Re: How to turn off SMTP login during forgot password in django-auth module

2022-03-23 Thread Sujit Pal
Update on this... the issue got solved as follows. Discovered next morning that the mail did go out but was caught in our corporate phishing net because it was going out from webmaster@localhost (apparently some sort of default email address for forgot_password). Adding the DEFAULT_FROM_EMAIL t

How to turn off SMTP login during forgot password in django-auth module

2022-03-22 Thread Sujit Pal
I implemented registration / login / forgot password functionality in my application following the steps described here -https://simpleisbetterthancomplex.com/tutorial/2016/09/19/how-to-create-password-reset-view.html I have it working with a google email and password sending on smtp.gmail.com.