Opened 17 years ago
Closed 17 years ago
#10610 closed (wontfix)
When you run syncdb for the first time with django.contrib.auth you are forced to input an email address
| Reported by: | David Reynolds | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.auth | Version: | 1.0 |
| 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
The email address field on the User model isn't a required field, so why should you be forced to enter an email address by this?
Note:
See TracTickets
for help on using tickets.
It's so that you don't accidentally lock yourself out of the admin when you forget your password.