Posted by behindthepage on August 28, 2008 at 4:17am
| Project: | Title Permissions |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Great little module, it was just what I was looking for.
Because the access on the menu item "admin/settings/title_perms" is access=>TRUE anyone can edit the Title perm settings. You need to add a perm like "administer title perms" then add
'access' => user_access('administer title perms')
to hook_menu
I would have supplied a patch but am not sure how your perm array works.
Many thanks again
Geoff
Comments
#1
I have added an "administer title perms" permission and it seems to work OK but I am not positive that it won't bugger something else up. What do you think?
Regards
Geoff