./manage.py createsuperuser #280

Closed
opened 2025-12-29 16:20:29 +01:00 by adam · 2 comments
Owner

Originally created by @dampfhamm3r on GitHub (Jul 24, 2016).

when running "./manage.py createsuperuser" there's always an error "your passwords didn't match" after entering the two passwords (correctly... :-) )
this is on a fresh install (git clone from July 24th, version 1.3.1) on CentOS 7.2

Originally created by @dampfhamm3r on GitHub (Jul 24, 2016). when running "./manage.py createsuperuser" there's always an error "your passwords didn't match" after entering the two passwords (correctly... :-) ) this is on a fresh install (git clone from July 24th, version 1.3.1) on CentOS 7.2
adam closed this issue 2025-12-29 16:20:29 +01:00
Author
Owner

@dampfhamm3r commented on GitHub (Jul 25, 2016):

I think there goes something wrong in django - if I comment out the section to enter a second password in "createsuperuser.py" the user will be created. A "select * from public.auth_user" returns the user, but I can still not login...

For me, the same thing happened also on a fresh install of Ubuntu 16.04 LTS

@dampfhamm3r commented on GitHub (Jul 25, 2016): I think there goes something wrong in django - if I comment out the section to enter a second password in "createsuperuser.py" the user will be created. A "select \* from public.auth_user" returns the user, but I can still not login... For me, the same thing happened also on a fresh install of Ubuntu 16.04 LTS
Author
Owner

@jeremystretch commented on GitHub (Jul 25, 2016):

The creation of a superuser is handled entirely by the Django framework. It's very, very unlikely that this is a bug, but if you believe it is, please raise it with the Django team.

@jeremystretch commented on GitHub (Jul 25, 2016): The creation of a superuser is handled entirely by the Django framework. It's very, very unlikely that this is a bug, but if you believe it is, please raise it with [the Django team](https://code.djangoproject.com/wiki/IrcFAQ).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#280