silverstripe / securityreport
Generates a security and access report for CMS users
Installs: 254 499
Dependents: 4
Suggesters: 1
Security: 0
Stars: 9
Watchers: 10
Forks: 13
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/cms: ^5
- silverstripe/framework: ^5
- silverstripe/reports: ^5
Requires (Dev)
- 4.x-dev
- 3.x-dev
- 3.1.x-dev
- 3.1.1
- 3.1.0
- 3.1.0-rc1
- 3.1.0-beta1
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta1
- 2.x-dev
- 2.6.x-dev
- 2.6.1
- 2.6.0
- 2.6.0-rc1
- 2.6.0-beta1
- 2.5.x-dev
- 2.5.0
- 2.5.0-rc1
- 2.5.0-beta1
- 2.4.x-dev
- 2.4.0
- 2.4.0-rc1
- 2.4.0-beta1
- 2.3.x-dev
- 2.3.1
- 2.3.0
- 2.3.0-rc1
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.0.x-dev
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-master
This package is auto-updated.
Last update: 2024-10-23 02:53:01 UTC
README
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
.