Django

Code

Ticket #6881 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Admin help for User is confusing

Reported by: PhiR Assigned to: PhiR
Milestone: Component: Contrib apps
Version: SVN Keywords: auth help
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

auth_help_text.diff (1.3 kB) - added by DavidReynolds on 03/25/08 07:44:56.
Quick patch to modify the help text

Change History

03/25/08 07:38:30 changed by PhiR

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

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.

03/25/08 07:44:56 changed by DavidReynolds

  • attachment auth_help_text.diff added.

Quick patch to modify the help text

03/25/08 07:45:59 changed by DavidReynolds

  • has_patch set to 1.

03/25/08 07:49:14 changed by PhiR

  • keywords set to auth help.
  • owner changed from nobody to PhiR.
  • component changed from Admin interface to Contrib apps.
  • stage changed from Unreviewed to Ready for checkin.

04/12/08 20:50:31 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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

Fixed #6881. Refs #7011.


Add/Change #6881 (Admin help for User is confusing)




Change Properties
Action