rah/rah_privileges

Configure admin-side user-group privileges

Fund package maintenance!
www.paypal.me/jukkasvahn

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 5

Forks: 3

Open Issues: 0

Type:textpattern-plugin

0.3.0 2022-04-16 18:41 UTC

This package is auto-updated.

Last update: 2024-04-16 22:57:15 UTC


README

Download | Issues | Packagist

Configure admin-side user-group permissions from Textpattern CMS’ preferences panel.

Install

Using Composer:

$ composer require rah/rah_privileges

Or download an installer package.

Requirements

  • Textpattern 4.7.0 or newer.
  • PHP 7.2.0 or newer.

Usage

Privileges can be configured in Textpattern admin at Admin / Preferences and from the page Privileges section. From there you can set which user groups have access to which different resources.

Resources added by other plugins can also be modified, as long as rah_privileges is set to load after the plugin that is adding the resource, and the plugin adds the resource during its initial initialization and not dynamically later on during its runtime.

Changelog

Version 0.3.0 – 2022/04/16

  • Added: Admin UI shows resource codes in addition to labels.
  • Now requires PHP 7.2.0 or newer.

Version 0.2.0 – 2019/03/24

  • Fixed: Textpattern 4.7.x compatibility.
  • Added: Pref panel layout fits better Textpattern 4.7.0 panes.
  • Now requires Textpattern 4.7.0 or newer.

Version 0.1.1 – 2015/03/04

  • Doesn’t unnecessarily load the plugin on non-admin pages.

Version 0.1.0 – 2015/03/04

  • Initial release.