-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message if inactive account for email activation requirement #578
base: master
Are you sure you want to change the base?
Conversation
does it work? |
yeah, it does. there is an error message for inactive users in serializers.py |
I have tested, but it doesn't looks like to work on my side but i might miss something. What i did:
but i never see my print(). I guess i'm missing something. |
you'll need to write your custom views.py to use custom serializer and custom urls.py to use that custom views.py |
I do not fully understand why.
is not supposed to indicate which serializer to call ? |
are you using JWT for authentication? |
No description provided.