Permissions

andrabr - November 11, 2007 - 19:45
Project:DB Maintenance
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Description

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).

#1

deekayen - November 11, 2007 - 21:31
Category:feature request» support request
Priority:critical» normal
Status:active» closed

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

andrabr - November 12, 2007 - 04:44

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

deekayen - November 12, 2007 - 05:43
Version:5.x-1.2»
Category:support request» feature request
Status:closed» active

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

 
 

Drupal is a registered trademark of Dries Buytaert.