Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.25 KB

README.md

File metadata and controls

69 lines (44 loc) · 2.25 KB

Security Module

Latest Version on Packagist Software License Quality Score Total Downloads

Overview

Enhanced SilverStripe CMS security section for managing members, groups, and roles.

Screenshot of Security Module

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 [email protected] instead of using the issue tracker.

Credits

License

The BSD-2-Clause License. Please see License File for more information.