Opened 15 years ago

Closed 15 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?

Change History (1)

comment:1 by Jacob, 15 years ago

Resolution: wontfix
Status: newclosed

It's so that you don't accidentally lock yourself out of the admin when you forget your password.

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