Opened 16 years ago

Closed 16 years ago

#6881 closed (fixed)

Admin help for User is confusing

Reported by: Philippe Raoult Owned by: Philippe Raoult
Component: Contrib apps Version: dev
Severity: Keywords: auth help
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

seen on #django:
<illustir> what's the difference between a user with "Active" and one with "Staff status" ?
<illustir> the help text says the same thing: "Designates whether the user can log into this admin site." and "Designates whether this user can log into the Django admin. Unselect this instead of deleting accounts."

Attachments (1)

auth_help_text.diff (1.3 KB ) - added by David Reynolds 16 years ago.
Quick patch to modify the help text

Download all attachments as: .zip

Change History (5)

comment:1 by Philippe Raoult, 16 years ago

forgot to mention, the problem is that the description for 'Active' is misleading. A User who's not active cannot log in at all, this flag is decoupled from the admin.

by David Reynolds, 16 years ago

Attachment: auth_help_text.diff added

Quick patch to modify the help text

comment:2 by David Reynolds, 16 years ago

Has patch: set

comment:3 by Philippe Raoult, 16 years ago

Component: Admin interfaceContrib apps
Keywords: auth help added
Owner: changed from nobody to Philippe Raoult
Triage Stage: UnreviewedReady for checkin

comment:4 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7414]) Updated the inline help text for User.is_active.

Fixed #6881. Refs #7011.

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