https://github.com/gocom/rah_privileges
Configure Textpattern CMS' user-group privileges through Preferences panel
https://github.com/gocom/rah_privileges
composer-packages php textpattern textpattern-plugin
Last synced: 5 months ago
JSON representation
Configure Textpattern CMS' user-group privileges through Preferences panel
- Host: GitHub
- URL: https://github.com/gocom/rah_privileges
- Owner: gocom
- License: gpl-2.0
- Created: 2015-03-04T19:01:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T06:39:12.000Z (6 months ago)
- Last Synced: 2025-07-17T09:34:34.294Z (6 months ago)
- Topics: composer-packages, php, textpattern, textpattern-plugin
- Language: PHP
- Homepage:
- Size: 636 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Contributing: CONTRIBUTING.textile
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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.