#2704 closed defect (fixed)
User name is not asked again by manage.py if invalid value is given
Reported by: | jmu | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Management commands) | Version: | 0.95 |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When creating superuser and given name is invalid, manage.py does not request the name again but asks for email address. After password is given, Null user is tried to write into database.
Note:
See TracTickets
for help on using tickets.
(In [3864]) Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid usernames. Thanks for reporting, jmu