Assigning the 'Reply to item' permission to the 'Authenticated' role. The old commenting system allowed 'Authenticated' users to post comments. Also, OpenID users do not possess the 'Authenticated' role. Refs #9288

svn path=/plone.app.discussion/trunk/; revision=46230
This commit is contained in:
Timo Stollenwerk
2010-12-10 08:57:35 +00:00
parent 585460b95f
commit 54af7d3fa1
2 changed files with 36 additions and 1 deletions
@@ -5,5 +5,8 @@
<role name="Manager"/>
<role name="Reviewer"/>
</permission>
<permission name="Reply to item" acquire="False">
<role name="Authenticated"/>
</permission>
</permissions>
</rolemap>