Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.79 KB

File metadata and controls

45 lines (32 loc) · 1.79 KB

User Groups Module

This module allows you to group the users.

Version

1.0.0

Category

Security

Dependencies

This module has no dependencies.

Features

Name User Groups (OrchardCoreContrib.UserGroups)
Description Provides a way to organize the users into group(s).
Dependencies

NuGet Packages

Name Version
OrchardCoreContrib.UserGroups 1.1.0
OrchardCoreContrib.UserGroups 1.0.0

Get Started

  1. Install the OrchardCoreContrib.UserGroups NuGet package to your Orchard Core host project.
  2. Go to the admin site
  3. Select Configuration -> Features menu.
  4. Enable the User Groups feature.
  5. Go to Content > Content Definition > Content Types menu.
  6. Choose your content type that you need to apply the permission(s).
  7. Click on the Add Parts button.
  8. Choose the User Group List part.
  9. Go to the Security > Users menu, then you will be able to select the users groups in the create and edit pages.
  10. Go to the Content > Content Items menu.
  11. Edit the content item that you need to apply the user group(s).
  12. Choose the user groups which will be associated with this content item.