theodo / TheodoRogerCmsBundle

Port of Radiant CMS to Symfony2
60 stars 17 forks source link

Required ACL Roles for admin access #70

Closed vamsiikrishna closed 11 years ago

vamsiikrishna commented 11 years ago

Hi, I am trying to setup RogerCms along with FOSUserBundle. what are the permissions required to access Admin Panel ?

Regards

benja-M-1 commented 11 years ago

According to https://github.com/theodo/TheodoRogerCmsBundle/blob/master/Controller/Backend/PageController.php#L38 you should have the ROLE_ROGER_READ_CONTENT role.

You can find the list of every roles in the security.yml file in the fixtures of the tests : https://github.com/theodo/TheodoRogerCmsBundle/blob/master/Tests/Fixtures/app/config/security.yml