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.

svn path=/plone.app.discussion/trunk/; revision=46231
This commit is contained in:
Timo Stollenwerk 2010-12-10 08:57:53 +00:00
parent 54af7d3fa1
commit 3968f6291e
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ Changelog
1.0RC1 (unreleased)
-------------------
- 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.
[timo]
- Make sure the handleComment method checks for the 'Reply to item' permission
when adding a comment.
[timo]