Opened 17 years ago
Closed 17 years ago
#10105 closed (duplicate)
default admin config for User should include is_active filter
| Reported by: | Carl Meyer | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.auth | Version: | dev |
| 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
Granted, it only takes six lines of code or so to subclass UserAdmin, unregister and re-register User. Nevertheless, a boolean field called is_active seems like a pretty obvious candidate for filtering, and I have a hard time seeing why it shouldn't be there by default.
Note:
See TracTickets
for help on using tickets.
Duplicate of #10106