I was looking to create a authentication, registration, password reset and email confirmation using Django.
Workflow:
- Displays form to enter username, email address, password,
- sends verification email, to email to be verified.
- user is inactive until link verification is complete.
- option to reset password through this page
I found this question posted in 2011 Django - authentication, registration with email confirmation
Summary:
- django-allauth, last commit 25 days ago
- django-registration, last comitt 4 months ago
- any others?
Questions:
- Since it is 2019 I thought to ask again and see what people recommend and use in 2019?
- which do recommend and why? (easy of use, documentation, industry standard, involved community? etc.. )
thanks for the help