silverstripe / securityreport
Generates a security and access report for CMS users
Installs: 181 802
Dependents: 4
Suggesters: 0
Security: 0
Stars: 9
Watchers: 8
Forks: 13
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- php: ^7.4 || ^8.0
- silverstripe/cms: ^4
- silverstripe/framework: ^4.10
- silverstripe/reports: ^4
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2023-01-25 00:50:15 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.
Requirements
- Silverstripe 4.0+
Note: For Silverstripe 3.x, please use the 1.x release line.
Install
To install run 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
.