Compatible with DokuWiki
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
Uses the ACL to display a banner describing the security classification if the current page.
So, for example, a page readable by the groups “foo”, “bar” and “baz” might display “Restricted: foo, bar, baz”. A page readable by everyone might say “Internal”.
The exact strings, and a set of group-name rewrites can be set through the configuration page.
I use this with LDAP-based authentication, but there is no reason for it to not work with any of the other authentication systems.
Very handy plugin, thanks! Two questions:
~~NOCACHE~~ option to stay current with changing ACLs?action.php but I'm sure there's a more elegant solution: // if($ACT == 'edit') { return true; } // disabled: bad alignment of edit box when enabled