Send Emails with Django for Password Reset (PRODUCTION ENVIRONMENT)

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 40

  • @keshabhkedia4770
    @keshabhkedia4770 2 года назад +1

    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

  • @hardikpunj9321
    @hardikpunj9321 3 года назад

    I Have seen your video and applied in my project. It worked .. Now I have subscribed.

  • @hello-my6ot
    @hello-my6ot 2 года назад

    Thank you a lot. This seems to be the only way to use an email form in production

  • @harshitsantosh825
    @harshitsantosh825 4 года назад

    superb video. I read from a lot of sites , but yours was the best. It was very short and crisp. Thanks

  • @unchart_d
    @unchart_d 5 лет назад +1

    I discovered your channel today! So greatful to came across it. Will learn more.

  • @bdalljob24270
    @bdalljob24270 4 года назад +1

    Your tutorial is really resourceful, thanks a lot brother. You save my day

  • @heyitsprabal
    @heyitsprabal 2 года назад

    is there any video regarding using google ads api with python and django for serving ads in video in website

  • @leobravo649
    @leobravo649 2 года назад

    I love you man, thank you! You saved me

  • @JustinPaulGT
    @JustinPaulGT 2 года назад

    Which will i use signals or smtp

  • @yashrastogi3726
    @yashrastogi3726 4 года назад

    This video help me a lot. Thanks buddy.

  • @danielnolan320
    @danielnolan320 3 года назад

    Thank you Mitch! Works perfectly

  • @nazimfirdousali6952
    @nazimfirdousali6952 4 года назад

    I follow all your video.. You are lifesaver

  • @albertigno1129
    @albertigno1129 4 года назад

    So as said in 2:16 the name can be anything? Not 'python' or the django project name?

  • @ghost9031
    @ghost9031 3 года назад

    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.

  • @Jobin-at-CodingOutright
    @Jobin-at-CodingOutright 4 года назад

    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.

  • @clearthinking5441
    @clearthinking5441 3 года назад

    How did you customise the email that was sent?

  • @km_jesus
    @km_jesus 3 года назад +1

    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.

    • @atiindacity
      @atiindacity 2 года назад

      did you find answer? i have the same issue.

  • @solkidonakis5407
    @solkidonakis5407 2 года назад

    can this be used for an api?

  • @enterenegry-uh6ei
    @enterenegry-uh6ei 4 года назад +1

    How to that without using that default template

  • @thorstengonschior1184
    @thorstengonschior1184 4 года назад

    top, worked perfectly

  • @coastlund
    @coastlund 5 лет назад

    great video! very concise.

  • @mavrickstv2400
    @mavrickstv2400 5 лет назад

    How to customize passwordresetview for implementing forgot password like Twitter. In Twitter - forgot password? Enter your username or email.

  • @barakerzeonlist4608
    @barakerzeonlist4608 5 лет назад +1

    Thank you Mitch tabian

  • @priyansh.bordia.
    @priyansh.bordia. 3 года назад

    Anyhow can we customize the template seen in the mail

  • @joelmiruni8660
    @joelmiruni8660 3 года назад

    OSError at /account/reset_password/ [Errno 99] Cannot assign requested address . I Ran into the this error

  • @ibrahimabdel-aziz7868
    @ibrahimabdel-aziz7868 5 лет назад +1

    Thanks man

  • @lilirani6051
    @lilirani6051 4 года назад

    Hi can you help me i dont have a computer so i can do it

  • @priyanshugupta9828
    @priyanshugupta9828 4 года назад

    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

    • @priyanshugupta9828
      @priyanshugupta9828 4 года назад

      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?

    • @missamamne5789
      @missamamne5789 2 года назад

      Bro is this the real you? Like you started making tutorials yourself just after 2 years. Now that's some great improvement!

  • @francmape
    @francmape 4 года назад

    Thank you for this tutorial, I am getting a
    , please help

  • @rootuser5652
    @rootuser5652 4 года назад

    I am confused. what is the link to put on the forgot button password?

    • @philemonhini6687
      @philemonhini6687 4 года назад

      just make sure the form reset_form action is empty and the method is post. The auth module will do the rest

    • @rootuser5652
      @rootuser5652 4 года назад

      Philemon Hini I see now , thanks for the comment!

  • @mahawaqar8702
    @mahawaqar8702 4 года назад

    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

  • @codingforever3196
    @codingforever3196 3 года назад

    For me its not working