Opened 14 years ago
Closed 14 years ago
#17511 closed defect (bug) (fixed)
_access_denied_splash() doesn't account for the network admin
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
If a user with insufficient permissions attempts to access the network admin, the splash refers to it in the context of the main site, not the network.
You attempted to access the "Foo" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "Foo" dashboard, please contact your network administrator.
It would make more sense if it was something like:
You attempted to access the network dashboard, but you do not currently have sufficient privileges on this network. If you believe you should be able to access the network dashboard, please contact your network administrator.
On a related note, isn't the dashboard meant to refer only to a specific page? The splash currently displays for any pages with insufficient permissions and those that don't exist.
Add a condition for the network admin