Opened 12 years ago
Closed 12 years ago
#19041 closed Bug (fixed)
createsuperuser doesn't accept default username
Reported by: | Russell Keith-Magee | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The createsuperuser command prompts for a username, saying '(leave blank to use u'rkm')".
However, after the merge of the #3011 changes, a blank username is rejected as invalid input.
Also, the prompt shouldn't include the u prefix.
Change History (2)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 15d355d79dc26fb150776e6e019b2f667e4cb2ff: