email-verification

Email verification in Django

Email verification in Django Question: I am having a web-app in Django. I tried using the tokengenerator for password reset to create a verification mail, it’s not activating the email. Coming to the problem: While the user provides email, it should check whether the email is present in the DB. (DB will be updated with …

Total answers: 4