studiobonito / silverstripe-security
Enhanced SilverStripe CMS security section for managing members, groups, and roles.
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 0
Type:silverstripe-module
Requires
- php: >=5.3.0
- silverstripe/cms: >=3.1.15
- silverstripe/framework: >=3.1.15
Requires (Dev)
- scrutinizer/ocular: ~1.1
Suggests
- silverstripe-australia/gridfieldextensions: Allows better Member lookup when editing a Group.
- unclecheese/betterbuttons: Improves the usability of ModelAdmin based interfaces.
This package is not auto-updated.
Last update: 2024-10-26 19:21:26 UTC
README
Overview
Enhanced SilverStripe CMS security section for managing members, groups, and roles.
Requirements
- SilverStripe CMS 3.1.15 and newer or 3.2 and newer.
Install
Via Composer
$ composer require studiobonito/silverstripe-security
Manually
Copy the 'silverstripe-security' folder to the root of your SilverStripe installation.
Usage
The model provides a drop in replacement for the default 'Security' section in the SilverStripe CMS.
This 'Security' section replacement is based on ModelAdmin
and provides simple filtering which is good for managing sites with large numbers of users/groups.
Roadmap
- Create
ModelAdmin
base drop in for current security section. - Add options for admins to control available fields for members.
- Extend filtering options
- Improve import/export
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email support@studiobonito.co.uk instead of using the issue tracker.
Credits
License
The BSD-2-Clause License. Please see License File for more information.