nsupdate-info / nsupdate.info

Dynamic DNS service
https://nsupdateinfo.readthedocs.org/
Other
1.02k stars 111 forks source link

Meta issue: change accounts stuff #240

Open elnappo opened 8 years ago

elnappo commented 8 years ago

This includes

These problems could be fixed by changing some of the underlying login mechanismes. Were currently using django-registration-redux and python-social-auth. #210, #76, #120 could be fixed by switching to django-allauth. #47 with django-two-factor-auth.

One problem with django-allauth could be the migration of social-auth logins. Besides this with django-two-factor-auth it is not possible to use email logins.

I would suggest changing all these together.

ThomasWaldmann commented 8 years ago

Duplicate of #120?