plugin mgmt info

This commit is contained in:
Joshua P Panter 2018-09-07 01:04:48 -04:00
parent e885a3f28a
commit 63891d72dc
No known key found for this signature in database
GPG Key ID: 59903022E9AC64FC

View File

@ -47,6 +47,13 @@ $authmgr_admin_ipranges = array(
'127.0.0.0/8',
);
```
Plugin management and plugin pages are available to admins only by default. Individual pages can be exposed to non-admin roles like so:
```
$authmgr_allowed_plugin_pages = array(
'sample_page',
'another_plugin_slug'
);
```
License
-------