For my site I am using Django auth app and django-social-auth (https://github.com/omab/django-social-auth) apps and both are working fine.
The problem arises when due to business logic I mark a social login user as inactive. Now when this users tries to login he is redirected back to login page automatically.
Can I somehow notify the user that his account is marked as inactive when user is redirected to login page?