README.textile

April 16, 2022 ยท View on GitHub

h1. rah_privileges

"Download":https://github.com/gocom/rah_privileges/releases | "Issues":https://github.com/gocom/rah_privileges/issues | "Packagist":https://packagist.org/packages/rah/rah_privileges

Configure admin-side user-group permissions from "Textpattern CMS'":https://textpattern.com preferences panel.

"!https://raw.githubusercontent.com/gocom/rah_privileges/screenshots/images/preferences.png!":https://raw.githubusercontent.com/gocom/rah_privileges/screenshots/images/preferences.png

h2. Install

Using "Composer":https://getcomposer.org:

bc. $ composer require rah/rah_privileges

Or "download":https://github.com/gocom/rah_privileges/releases an installer package.

h2. Requirements

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

h2. 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.

h2. Changelog

h3. 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.

h3. 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.

h3. Version 0.1.1 - 2015/03/04

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

h3. Version 0.1.0 - 2015/03/04

  • Initial release.