By Balefire on
Apologies if this is already answered, but could not find solution. I want to have a Site Admin role which can access admin/settings/site-information, but disallow access to admin/build/modules. It seems that the two are linked into one permission. Is it possible to separate them?
As I was typing this out, I thought about writing a simple module which would add a Module Administration permission and use that. Not entirely sure how that would be coded, but that's half the fun :) Going to see if I can get it to work. If anyone has already done this or something similar, please let me know how.
Thanks in advance
Comments
config_perms
Inspect http://drupal.org/project/config_perms
Looks like the perfect
Looks like the perfect answer, thanks for the link.