Django user log in

In django, i cannot log in even as a superuser on the site but only at the django admin page. same as users created through the site cannot log in after they succesfully signed up. once they log out after signing up, they are not able to log in again.

I am expecting all users that signed up to be able to log in even after they log out

Back to Top