diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Permissions.cs b/src/Orchard.Web/Modules/Orchard.Comments/Permissions.cs index 8f26abfde..6368d4d34 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Permissions.cs +++ b/src/Orchard.Web/Modules/Orchard.Comments/Permissions.cs @@ -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}