silverstripe/securityreport

Generates a security and access report for CMS users

Installs: 221 046

Dependents: 4

Suggesters: 1

Security: 0

Stars: 9

Watchers: 9

Forks: 13

Open Issues: 1

Type:silverstripe-vendormodule

3.1.0-rc1 2024-02-13 13:24 UTC

README

CI Silverstripe supported module

This module adds a "Users, Groups and Permissions" report in the CMS, so that an administrator can get a quick overview of who has access to the CMS.

Installation

composer require silverstripe/securityreport

Subsites Support

If the Subsites module is installed then an additional column will be added, allowing you to see which subsites this user can edit pages on.

To edit the permission to check for when filtering these subsites, you can update the Member.subsite_description_permission config to any other permission. By default this is set to SITETREE_EDIT_ALL.