Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2084 closed defect (fixed)

[patch] Users without staff status see the "documentation / change password / log out" links at login screen.

Reported by: rudolphfroger [-at-] gmail [-dot-] com Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When logged in as a user without is_staff, and you navigate to www.example.com/admin, the links of the top right corner show up in the login screen. This small patch for base.html fixes this.

Attachments (1)

base.html.diff (954 bytes ) - added by Rudolph Froger 18 years ago.

Download all attachments as: .zip

Change History (3)

by Rudolph Froger, 18 years ago

Attachment: base.html.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3079]) Fixed #2084 -- Removed admin-site 'documentation / change password / log out' links on login page for users who are logged in but don't have staff status. Thanks, rudolphfroger

comment:2 by Adrian Holovaty, 18 years ago

milestone: Version 0.93

Milestone Version 0.93 deleted

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