Closed (fixed)
Project:
Total Control Admin Dashboard
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2010 at 07:28 UTC
Updated:
9 Aug 2011 at 11:54 UTC
If you check the 'Redirect administrators to Dashboard after log in' box at /admin/settings/control it redirects the user regardless of their permissions. It says on that page "Users with the Have Total Control permission can be automatically redirected to the Dashboard when they log in.". So, it should check the user has the Have Total Control permission before performing the redirect, which it doesn't. This results in an access dened page for users that log in and do not have that permission, as it sends them on to /admin/settings/control, which they do not have the permissions to view.
See attached patch for fix:
| Comment | File | Size | Author |
|---|---|---|---|
| total_control-redirect.patch | 685 bytes | mrfelton |
Comments
Comment #1
jenlamptonPatch committed to dev, will be included in the next release.
Thanks!
Comment #3
emarchak commentedI'm working off of 6.x-1.2 with that patch applied and I'm still getting users without Have Total Control permissions being redirected to the page on login. Anything else I should check?
Comment #4
broncomania commentedI have the same trouble with uebercart! My workaround at the moment disable this module or is there an aternative?