Opened 7 years ago
Closed 7 years ago
#28591 closed Bug (fixed)
createsuperuser --username= (blank) should give an error
Reported by: | Hasan Ramezani | Owned by: | Hasan Ramezani |
---|---|---|---|
Component: | contrib.auth | Version: | 1.11 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
when we run
./manage.py createsuperuser --username=
the super user does not create, and no error print in console
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Has patch: | set |
---|---|
Summary: | blank username in createsuperuser management commnad → createsuperuser --username= (blank) should give an error |
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 7 years ago
Patch needs improvement: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR https://github.com/django/django/pull/9068