social-app-django icon indicating copy to clipboard operation
social-app-django copied to clipboard

Make `DjangoUserMixin.get_user` return only active users

Open vinayinvicible opened this issue 7 years ago • 0 comments

If a user is already logged in, Django's default backend doesn't authenticate the user if it has been inactive. Social auth is not considering this, and validates any inactive user if they are already logged in.

vinayinvicible avatar Jun 27 '18 14:06 vinayinvicible