mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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",
|
Name = "Anonymous",
|
||||||
Permissions = new[] {AddComment}
|
Permissions = new[] {AddComment}
|
||||||
},
|
},
|
||||||
|
new PermissionStereotype {
|
||||||
|
Name = "Authenticated",
|
||||||
|
Permissions = new[] {AddComment}
|
||||||
|
},
|
||||||
new PermissionStereotype {
|
new PermissionStereotype {
|
||||||
Name = "Editor",
|
Name = "Editor",
|
||||||
Permissions = new[] {AddComment}
|
Permissions = new[] {AddComment}
|
||||||
|
Reference in New Issue
Block a user