astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

chore(backend): removed dj-rest-auth-social #173

Closed allynt closed 2 years ago

allynt commented 2 years ago

The current version of dj-rest-auth-social does not support the latest version of django-allauth. This should be fixed upstream shortly. In the meantime, b/c I'm not using social authentication I can just uninstall dj-rest-auth social. While still keeping allauth.accounts.social so existing code works.

A few tests were tweaked b/c recent versions of dj-rest-auth improved security by not revealing that emails aren't sent when invalid emails are used w/ the reset pasword views.

This PR closes #