FOSS-Community / cfp.fosscu.org

A Universal portal where a user can submit there ideas and as a Organisation, they can review them.
GNU General Public License v3.0
3 stars 8 forks source link

registration system finished #5

Closed ghanatava closed 1 year ago

ghanatava commented 1 year ago

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.

ghanatava commented 1 year ago

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.