I created a custom user model which is able to register users and superusers.
The login functionality is yet to be added in this. I require your help to finish the login backend.
In users/authenticate.py EmailBackend has a bug, I request your help in solving it.
It is returning none to the login view in users/views.py hence the login functionality is not working.
I created a custom user model which is able to register users and superusers. The login functionality is yet to be added in this. I require your help to finish the login backend.