Kushal Dhakal
Kushal Dhakal
yeah, it does. there is an error message for inactive users in [serializers.py](https://github.com/sunscrapers/djoser/blob/master/djoser/serializers.py#L107) `inactive_account": settings.CONSTANTS.messages.INACTIVE_ACCOUNT_ERROR` but it's not checking if the user is inactive [here](https://github.com/sunscrapers/djoser/blob/master/djoser/serializers.py#L125) You can check it in...
you'll need to write your custom views.py to use custom serializer and custom urls.py to use that custom views.py
are you using JWT for authentication?