#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)
Change History (3)
by , 18 years ago
Attachment: | base.html.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(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