Opened 15 years ago

Closed 14 years ago

#11409 closed (fixed)

Reorder permissions booleans in user admin

Reported by: Ben Spaulding Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: auth user admin
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The boolean permissions should be in a more logical order. It makes sense to list the three permissions booleans in order of ascending power, i.e. the user can:

  1. log into the site,
  2. log into the site and admin,
  3. log into the site and admin, and alter anything.

This change will make the learning curve a little smoother for new users. It may catch a few current users off guard, but the sensible nature of the change will take quickly.

Attachments (1)

reordered-permissions-booleans.diff (721 bytes ) - added by Ben Spaulding 15 years ago.

Download all attachments as: .zip

Change History (5)

by Ben Spaulding, 15 years ago

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Chris Beaven, 15 years ago

Triage Stage: AcceptedReady for checkin

This should either go to design decision or ready for checkin. It's a small decision, so I'll let a commiter make it by pushing it forwards.

comment:3 by Chris Beaven, 15 years ago

Component: Contrib appsdjango.contrib.admin

comment:4 by Adrian Holovaty, 14 years ago

Resolution: fixed
Status: newclosed

(In [12203]) Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more natural progression. Thanks, benspaulding

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