mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixed Setup.
Orchard.Users now has a hard dependency on Orchard.Messaging, so that feature needs to be enabled as well during setup.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Orchard.Setup.Services {
|
||||
// Core
|
||||
"Common", "Containers", "Contents", "Dashboard", "Feeds", "Navigation", "Reports", "Scheduling", "Settings", "Shapes", "Title",
|
||||
// Modules
|
||||
"Orchard.Pages", "Orchard.ContentPicker", "Orchard.Themes", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
|
||||
"Orchard.Pages", "Orchard.ContentPicker", "Orchard.Themes", "Orchard.Messaging", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
|
||||
"PackagingServices", "Orchard.Packaging", "Gallery", "Orchard.Recipes"
|
||||
};
|
||||
|
||||
|
@@ -2,9 +2,11 @@
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: http://orchardproject.net
|
||||
Version: 1.6
|
||||
OrchardVersion: 1.4
|
||||
Version: 1.8
|
||||
OrchardVersion: 1.8
|
||||
Description: The users module enables user management.
|
||||
FeatureDescription: Standard users.
|
||||
Category: Core
|
||||
Dependencies: Settings
|
||||
Features:
|
||||
Orchard.Users:
|
||||
Description: Standard users.
|
||||
Category: Core
|
||||
Dependencies: Settings, Orchard.Messaging
|
||||
|
Reference in New Issue
Block a user