W
W
wawa2018-07-03 12:52:37
Django
wawa, 2018-07-03 12:52:37

How do you implement registration with email confirmation?

Task: authorization by email + password, registration with confirmation by email, password recovery by email.
1) Use a ready-made solution. What is the de facto standard?
2) Saw your own. Whereas? Based on is_active? How and on what basis do you generate a token? Do you save the token in the database or generate it on such data so that you can repeat it when confirming? How can a user resend an email if it didn't arrive and the page with the resend link is closed?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nick V, 2018-07-03
@half-life

https://github.com/pennersr/django-allauth

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question