Closed (fixed)
Project:
DB Maintenance
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2007 at 19:45 UTC
Updated:
22 Feb 2013 at 20:40 UTC
Is it me, or are the permissions missing? Is the access to DB Maintenance secured by some other mechanism?
I know it cannot do any direct harm, but there is always an idiot happy to mess with things he does not understand (eventually with disastrous consequences).
Comments
Comment #1
deekayen commentedYes, you need 'administer site configuration' permission to admin the module. In the _menu() hook, see
Are you asking for there to be a 'administer db maintenance' permission in access controls?
Comment #2
andrabr commentedYou are right. I try to discourage people from using a shared admin account, so I need to give users proper permissions. It's not a life or death requirement, but it would be oh so nice!
A>
Comment #3
deekayen commentedIn that case, look for it in 6.x I guess - it's not a big change to the code.
Comment #4
deekayen commentedFixed in git as "administer db maintenance".