mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
16982 Authenticated users can't comment
--HG-- branch : dev
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user