This module allows you to group the users.
1.0.0
Security
This module has no dependencies.
| Name | User Groups (OrchardCoreContrib.UserGroups) |
| Description | Provides a way to organize the users into group(s). |
| Dependencies |
| Name | Version |
|---|---|
OrchardCoreContrib.UserGroups |
1.1.0 |
OrchardCoreContrib.UserGroups |
1.0.0 |
- Install the
OrchardCoreContrib.UserGroupsNuGet package to your Orchard Core host project. - Go to the admin site
- Select Configuration -> Features menu.
- Enable the
User Groupsfeature. - Go to Content > Content Definition > Content Types menu.
- Choose your content type that you need to apply the permission(s).
- Click on the
Add Partsbutton. - Choose the
User Group Listpart. - Go to the Security > Users menu, then you will be able to select the users groups in the create and edit pages.
- Go to the Content > Content Items menu.
- Edit the content item that you need to apply the user group(s).
- Choose the user groups which will be associated with this content item.