Can anyone recommend how to set this up without hardcoding the email addresses? I've got multiple users on my django admin and I'm trying to make it dynamic.
Hey im doing the same but instead of directly typing in password in settings.py , I want to make environment variable for that. But when I added the environment variables there is some authentication error when loading the webpage.
I have an interesting problem. When I send an email to an unregistered user, the email is sending. But, when I send an email to a registered user, it gives back a 502 error.
smtp is sending mail but it reaches to the user after 3-5 minutes, so how can we reduce this time so that mail reaches instantly for email verification
I have researched and this occurring only in case when sending mail to new Gmail users for checking the security of the link provided to change the password. What I have found is this option of removing this pre-security feature can only be disabled from G-Suite admin account settings. But I am not a G-Suite member, so is there any way to disable this feature?
HI , While opening password reset link I am getting following error: NoReverseMatch at /reset/NA/set-password/ gist.github.com/Maha-Waqar/dedaa4d236b817e4a1ca15f1d85823f4 I have followed each and every bit of your toturial. Kindly have a look
It was working in my development, but not in production. I was frustrated, i followed each n every step of urs, and it worked 😀. THANKS
I Have seen your video and applied in my project. It worked .. Now I have subscribed.
Thank you a lot. This seems to be the only way to use an email form in production
superb video. I read from a lot of sites , but yours was the best. It was very short and crisp. Thanks
I discovered your channel today! So greatful to came across it. Will learn more.
Your tutorial is really resourceful, thanks a lot brother. You save my day
no problemo
is there any video regarding using google ads api with python and django for serving ads in video in website
I love you man, thank you! You saved me
Which will i use signals or smtp
This video help me a lot. Thanks buddy.
Thank you Mitch! Works perfectly
I follow all your video.. You are lifesaver
So as said in 2:16 the name can be anything? Not 'python' or the django project name?
Can anyone recommend how to set this up without hardcoding the email addresses? I've got multiple users on my django admin and I'm trying to make it dynamic.
Hey im doing the same but instead of directly typing in password in settings.py , I want to make environment variable for that. But when I added the environment variables there is some authentication error when loading the webpage.
How did you customise the email that was sent?
I have an interesting problem. When I send an email to an unregistered user, the email is sending. But, when I send an email to a registered user, it gives back a 502 error.
did you find answer? i have the same issue.
can this be used for an api?
How to that without using that default template
top, worked perfectly
great video! very concise.
How to customize passwordresetview for implementing forgot password like Twitter. In Twitter - forgot password? Enter your username or email.
Thank you Mitch tabian
Anyhow can we customize the template seen in the mail
OSError at /account/reset_password/ [Errno 99] Cannot assign requested address . I Ran into the this error
Thanks man
Hi can you help me i dont have a computer so i can do it
smtp is sending mail but it reaches to the user after 3-5 minutes, so how can we reduce this time so that mail reaches instantly for email verification
I have researched and this occurring only in case when sending mail to new Gmail users for checking the security of the link provided to change the password. What I have found is this option of removing this pre-security feature can only be disabled from G-Suite admin account settings. But I am not a G-Suite member, so is there any way to disable this feature?
Bro is this the real you? Like you started making tutorials yourself just after 2 years. Now that's some great improvement!
Thank you for this tutorial, I am getting a
, please help
I am confused. what is the link to put on the forgot button password?
just make sure the form reset_form action is empty and the method is post. The auth module will do the rest
Philemon Hini I see now , thanks for the comment!
HI , While opening password reset link I am getting following error:
NoReverseMatch at /reset/NA/set-password/
gist.github.com/Maha-Waqar/dedaa4d236b817e4a1ca15f1d85823f4
I have followed each and every bit of your toturial. Kindly have a look
For me its not working