Reputation: 420
How can I verify that the users email address belongs to them? All of the answers I have found are verification ensuring the email is an actual email, but I want to verify that the email belongs to the user signing up.
Upvotes: 0
Views: 42
Reputation: 649
What you are looking for is called a confirmation email. A quick google search brings up many results. One such result: https://github.com/mfogel/django-simple-email-confirmation
Upvotes: 1