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 Hasan Ramezani, 7 years ago

Owner: changed from nobody to Hasan Ramezani
Status: newassigned

comment:3 by Tim Graham, 7 years ago

Has patch: set
Summary: blank username in createsuperuser management commnadcreatesuperuser --username= (blank) should give an error
Triage Stage: UnreviewedAccepted

comment:4 by Tim Graham, 7 years ago

Patch needs improvement: set

comment:5 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In 6aec130:

Fixed #28591 -- Added an error message for createsuperuser --username= (blank).

Note: See TracTickets for help on using tickets.
Back to Top