Active
Project:
Themer
Version:
6.x-2.0-3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2011 at 20:41 UTC
Updated:
22 Sep 2011 at 07:20 UTC
Users can administer the Themer module without having permission to do so.
Comments
Comment #1
renenee commentedI am getting the same result. Any help available?
* Module is enabled
* "administer themer" is not selected for authenticated user
* Authenticated user is still able to access Themer
Comment #2
renenee commentedOtherwise, a very useful module, by the way!
Comment #3
markwittens commentedI had the same problem, the solution is pretty simple:
1. Open themer.module
2. Goto the themer_menu function, the code there is:
This should be:
Notice how 'access arguments' has changed so the proper permissions are used.