Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3864]) Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid usernames. Thanks for reporting, jmu

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