Project:DB Maintenance
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Category:feature request» support request
Priority:critical» normal
Status:active» closed (fixed)

Yes, you need 'administer site configuration' permission to admin the module. In the _menu() hook, see

'access' => user_access('administer site configuration'),

Are you asking for there to be a 'administer db maintenance' permission in access controls?

#2

You 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>

#3

Version:5.x-1.2»
Category:support request» feature request
Status:closed (fixed)» active

In that case, look for it in 6.x I guess - it's not a big change to the code.

nobody click here