An Orchard Core module for creating Groups of Orchard Core users.
The UserGroupListPart can be attached to any existing content item to associate users with it.
For example I am working on a project that offers courses, for each "Course" Content Item the admin can attach a select group of OC users that will have access to this course.
This project is still in early stages and not ready for consumption.
- Prerequisites: Make sure you have an up-to-date clone of the Orchard Core repository on the
dev
branch. Please consult the Orchard Core documentation and make sure you have a working Orchard before you proceed. You'll also, of course, need all of Orchard Core's prerequisites for development (.NET Core, a code editor, etc.). The following steps assume some basic understanding of Orchard Core. - Clone the module under
[your Orchard Core clone's root]/src/OrchardCore.Modules
. - Add the existing project to the solution under
src/OrchardCore.Modules
in the solution explorer if you're using Visual Studio. - Add a reference to the module from the
OrchardCore.Cms.Web
project. - Build, run.
- From the admin, enable the module's only feature.