OpenEdit User ForumWelcome to the OpenEdit User Forum. Whether you are newbie or a seasoned expert, the OpenEdit User Forum is our virtual water cooler where we commune to share ideas and publish information about new and existing features. You must be registered and logged in to post a new comment or topic. If you require dedicated support to your OpenEdit project, please visit our Web Site & Application Maintenance page for access to our online issue tracker. Ask. Answer. Enjoy. Permission issuesHello, I am trying to define view/edit permission between groups. I have a group called "testgroup". The members of "testgroup" has view/edit right to only one folder "/testfolder" but not any thing else. They also use File Manager. How can you do that with Open Edit? I have tried to make that behavior on OpenEdit Sandbox (http://demo.openedit.org/sandbox/). It has testgroup and testuser and test_folder (http://demo.openedit.org/sandbox/test_folder/). I want to have view/edit access to testgroup only on "test_folder" not other files and folder. So when they login, they only can see folder "test_folder" in File Manager. I have added following configuration to _site.xconf but didn't help.
<view-requirements>
<and>
<not>
<group name="testgroup1"/>
</not>
<or>
<group name="administrators"/>
<group name="editors"/>
</or>
</and>
</view-requirements>
<edit-requirements>
<and>
<permission name="oe.edit"/>
<not>
<page-property equals="false" name="editable"/>
</not>
<not>
<group name="testgroup1"/>
</not>
<or>
<group name="administrators"/>
<group name="editors"/>
</or>
</and>
</edit-requirements>
testuser still can modify index.html. What do you think where things are going wrong? Thanks.
Regards, Posted by Dhaval Patel Fri, Sep 5 2008 9:59 AM
|
Most Recent Posts
Unable to compile class for JSP
(0 comments)
java.util.MissingResourceException:
(0 comments)
OpenEdit Weekly Update
(0 comments)
OEF Database Persistence
(1 comments)
OpenEdit Digital Asset Management Is Hiring
(0 comments)
New Version of Flowthink deployed
(0 comments)
Why is search never listed as installed?
(1 comments)
Default calendar view is no longer loading
(1 comments)
problem restoring backup on a new installation
(0 comments)
Unable to login after updation
(5 comments) Archive
Log in
Syndicate:
|
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Sep 05 2008

Not sure, Maybe try using the new syntax:
<permission name="view">
<permission name="edit">