Download & Extend

Adding a "Add access to specific page"

Project:Path Access
Version:master
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

I want one of my role to access the admin/contact page and the contact.module don't provide any hook for that. I was thinking that path access was the solution but...

path access adds restrictions put does not add permissions. Even if I add the admin/contact url in the list of pages the role can access, I still have an access denied page.

Comments

#1

Status:active» closed (works as designed)

Does the admin user belong to multiple user roles? If so this is a known issue and is being worked on next.

Path Access module cannot override the access permissions defined in the access control list of Drupal core.

The contact.module admin pages are controlled by the permission 'administer site configuration'. Maybe submit a feature request there for it?

nobody click here