Forums / General / Editor - Roles and Permission
John Smith
Friday 14 July 2006 2:22:06 am
hi there,
Hope some one can help me.
As a default in Exponential installation, the editor roles and permission are:
Policies
Content - all functions - No limitationsUser - login - No limitations
Assigned to subtrees
Editor - Subtree(/1/2/)Editor - Subtree(/1/43/)
In my problem, i dont want to show whole categories under the Main Node(/1/2/). Just only one folder when the editor login. I assigned the Editor based on subtrees as
Editor - Subtree(/1/2/Node Id of the folder/)Editor - Subtree(/1/43/)
But when i login as editor I am getting access denied errors in the content tab. Is it a bug or it meant to be like that.
Smith
Jeroen Sangers
Friday 14 July 2006 7:52:47 am
After logging in, you are usually redirected to the root node of your site, in this case /1/2/. In your case editors no longer have access to this node, hence the error.
Friday 14 July 2006 8:27:11 am
Thanks for the kind reply.
So what is the best way to solve the problem?
Marcin Drozd
Friday 14 July 2006 9:55:27 am
Hi I think U can create new siteaccess ex. site4editor (copy admin siteacces) and in site.ini change: [SiteSettings] IndexPage=/content/view/full/YOUR_NODE_ID/ DefaultPage=/content/view/full/YOUR_NODE_ID/ [DesignSettings] SiteDesign=admin and add [SiteAccessSettings]AvailableSiteAccessList=site4editor
change content.ini file: [NodeSettings]RootNode=YOUR_NODE_ID
I'm not sure that's all but I belive :)
http://ez-publish.pl
Friday 14 July 2006 10:02:46 am
And remember to add policy (login to site4editor) for editors group (user->login->SiteAccess(site4editor))