Email Verification in Django using OTP - OTP expires every 5mins.

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 35

  • @michaelsolomon6033
    @michaelsolomon6033 11 місяців тому +1

    This video is dedicated to me ❤❤❤❤❤ Thank you clinton

  • @confirmmywork3034
    @confirmmywork3034 7 місяців тому

    This video is the best video i have encountered so far about email verification.

  • @sheriffsakara6597
    @sheriffsakara6597 2 місяці тому

    thanks, you just saved me from one of the problems in my final project

  • @matthewdriver334
    @matthewdriver334 10 місяців тому +2

    Thanks for your example and code. I don’t see any clean-up of the OtpToken records. Once they have expired for many days it might be tidy to run a query deleting older records. What do you think?
    Also your verification code only compares the last otp for a given user, the matching token may exist but your code will not see it and explain to the user that it is a matching otp, but it has expired. You could just query for the user and the otp at the same time. Thanks!

    • @CodeWithClinton
      @CodeWithClinton  10 місяців тому

      Thank you for your detailed corrections.

  • @MartinsEneape
    @MartinsEneape 5 місяців тому +1

    Can you login directly once your otp has been confirmed

  • @achkatam
    @achkatam 3 місяці тому

    Great video. Do you have any videos regarding OTP verification using class-based views? I use class-based views all the time, but never managed to set up email otp. Tnx in advance

  • @kayodeisreal1933
    @kayodeisreal1933 11 місяців тому

    Thank you so much bro ❤❤❤

  • @dennohnjogu4028
    @dennohnjogu4028 10 місяців тому

    how comes you've not touched on configuring the SMTP server

    • @CodeWithClinton
      @CodeWithClinton  10 місяців тому

      The video before this was on that.

    • @dumboy3217
      @dumboy3217 7 місяців тому

      @@CodeWithClinton gmail smtp settings have changed now, you can no longer use app passwords as a method to send emails, do you know alternatives?

  • @xband0
    @xband0 11 місяців тому

    Interesting. Thanks

    • @CodeWithClinton
      @CodeWithClinton  11 місяців тому +1

      You're welcome.

    • @dumboy3217
      @dumboy3217 7 місяців тому

      @@CodeWithClinton I have a demo of my web app in less than 30 minutes, you have saved me, bless

  • @hyj1116
    @hyj1116 6 місяців тому

    Can user be locked after inputting wrong OTP codes more than 3 times?

  • @andersonlontsi299
    @andersonlontsi299 5 місяців тому

    Thank you.

  • @funwithelectricity3273
    @funwithelectricity3273 4 місяці тому

    i am facing problem in creating superuser

  • @frameff9073
    @frameff9073 11 місяців тому

    thank

  • @humairaameen241
    @humairaameen241 11 місяців тому

    can u please share this code ??

    • @CodeWithClinton
      @CodeWithClinton  11 місяців тому +1

      The source code is now in the video's description.

  • @Unknown-ck7fi
    @Unknown-ck7fi 9 місяців тому

    Great

  • @funwithelectricity3273
    @funwithelectricity3273 4 місяці тому

    please add forget password