21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 872 Views |
-
Adding Security Access on SiteConfig

18 November 2010 at 6:50pm
I am trying to find the best way to apply security access levels to the SiteConfig.
I have a SiteConfig which extends the DataObjectDecorator. In the CMS on the "Home" screen there are two additional tabs with customized Site Config details. I only want admins and and a group called Content Authors to be able to edit the data in these tabs. I don't see a way to do this via the CMS interface and didn't see any reference to security access restrictions.
Thanks,
Ed -
Re: Adding Security Access on SiteConfig

18 November 2010 at 7:44pm
You can check if the user's in a given group, then call $fields->makeFieldReadonly(fieldName); for each field if they're not.
| 872 Views | ||
|
Page:
1
|
Go to Top |

