Hi All ,
I have a usecase to restrict the access to template authors-saying not to modify any existing templates that runs in production , only they can create New Templates if required.Please let me know the best way to solve this. PFB for details
/conf/abc/
Article <Already Deployed . Other Than Super Admin Nobody should have access to Modify>
Press release <Already Deployed . Other Than Super Admin Nobody should have access to Modify>
If the template authors wanted to create a new template News . They should have required access to Create it under the same /conf/abc .
Thanks,
Sambasivaraja
Solved! Go to Solution.
Views
Replies
Total Likes
You need to deny the permissions on those templates which you dont want to be modified.
And allow users to create new templates.
You will have to manually deny the modify/delete rights on these two templates either from useradmin Or crxde
Other templates will not be affected if you remove these rights for the group at the template level
Views
Replies
Total Likes
You need to deny the permissions on those templates which you dont want to be modified.
And allow users to create new templates.