You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django-allauth provides a more comprehensive solution to User registration and authentication than this project. Given the complexity of integrating different registration, authentication (two-factor, social auth, etc) with User management it generally makes sense to adopt one complete solution instead of combining many disparate solutions.
Ideally, django-registration should provide both code and documentation to move a Django project to django-allauth in a tested, repeatable way.
The text was updated successfully, but these errors were encountered:
django-allauth provides a more comprehensive solution to User registration and authentication than this project. Given the complexity of integrating different registration, authentication (two-factor, social auth, etc) with User management it generally makes sense to adopt one complete solution instead of combining many disparate solutions.
Ideally, django-registration should provide both code and documentation to move a Django project to django-allauth in a tested, repeatable way.
The text was updated successfully, but these errors were encountered: