Opened 13 years ago
Closed 13 years ago
#16836 closed Bug (duplicate)
can't create super-user w/ domain of localhost
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.auth | Version: | 1.3 |
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
contrib.auth.management.commands.createsuperuser.py is_valid_email (using EMAIL_RE) does not allow root@localhost or root@…
The local address should be a valid address.
Note:
See TracTickets
for help on using tickets.
duplicate of #4833