hypejunction / roles-ui
User interface for ArckInteractive's Roles
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 5
Open Issues: 1
Type:elgg-plugin
Requires
- php: >=5.4
- arckinteractive/roles: ~2.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2020-01-29 02:56:58 UTC
README
Admin interface for managing roles. This is an add-on for ArckInteractive's Roles framework: https://github.com/arckinteractive/Roles
Screenshots
Features
- User-friendly interface for creating roles and managing role permissions
- Autocomplete inputs for registered actions, events, hooks, menus and views
- For you reference, the configuration array for each role is displayed on the permissions page - you can copy paste those into another roles config hook
Notes
- Once enabled, configuration arrays for roles (defined in other plugins) will be completely ignored.
- The plugin uses autocomplete inputs, which accept custom values. This allows to define custom rules for items that could not be identified from configured hook and event handlers
- Due to the complexity of the Elgg menu API, not all menu items will be available in the autocomplete. Feel free to add custom values
- Extend rules for menus can not be configured using this plugin