django-custom-user

User can't login because of "Invalid password format or unknown hashing algorithm."-Django

User can't login because of "Invalid password format or unknown hashing algorithm."-Django Question: I’m learning Django and tried to write my own custom user model. I’m not using DRF and serializers and stuffs I have no idea about 🙂 I am using createView to create users but I can’t login because "Invalid password." I checked …

Total answers: 1

Can't access Django Admin with my Custom User credentials

Can't access Django Admin with my Custom User credentials Question: I created an app ‘accounts’ from which I created my CustomUser. Then, I created superuser from the command line successfully. But I can’t login to Django Admin. Everytime, it displays "Please enter the correct username and password for a staff account. Note that both fields …

Total answers: 1