16982 Authenticated users can't comment

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-12-09 11:28:35 -08:00
parent 11860912de
commit 9dcb8178b5

View File

@@ -26,6 +26,10 @@ namespace Orchard.Comments {
Name = "Anonymous",
Permissions = new[] {AddComment}
},
new PermissionStereotype {
Name = "Authenticated",
Permissions = new[] {AddComment}
},
new PermissionStereotype {
Name = "Editor",
Permissions = new[] {AddComment}