Opened 15 years ago
Closed 15 years ago
#14430 closed (fixed)
create superuser rejects @ symbol in username
| Reported by: | yurylifshits | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.2 |
| Severity: | 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
In Django 1.2.0 usernames can have '@' symbol. However, command utility for creating superusers still rejects usernames with '@'
Note:
See TracTickets
for help on using tickets.
This was fixed in Django 1.2.1 (specifically in r13297).