Quantcast
Channel: DokuWiki
Viewing all articles
Browse latest Browse all 25296

plugin:disableactionsbygroup - created

$
0
0
current
Line 1:Line 1:
 +====== disableactionsbygroup Plugin ======
 +
 +---- plugin ----
 +description: Allows you to disable actions for particular user groups
 +author     : adron 
 +email      : 
 +type       : action
 +lastupdate : 2016-09-19
 +compatible : elenor of tsort
 +depends    : 
 +conflicts  : 
 +similar    : denyactions
 +tags       : authentication
 +
 +downloadurl: http://github.com/adron1111/disableactionsbygroup/zipball/master
 +bugtracker : http://github.com/adron1111/disableactionsbygroup/issues
 +sourcerepo : http://github.com/adron1111/disableactionsbygroup/
 +donationurl: 
 +
 +screenshot_img : 
 +----
 +
 +===== Installation =====
 +
 +Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.
 +
 +===== Examples/Usage =====
 +
 +Set up a list of actions to disable by group in the plugin configuration settings, such as:
 +
 +  admin:;author:;user:edit,media,diff,source,backlinks
 +
 +This will cause members of the admin and author groups to have no actions restricted; members of the user group will have edit, media, diff, source and backlinks restricted, and other users or people not logged in will have whatever settings you specified in the disableactions generic config setting.
 +
 +===== Syntax =====
 +
 +<code>groupname1:action1,action2,action3,...;groupname2:action1,action2,action3,...</code>
 +
 +groupname1, groupname2, etc are user groups. The order in which groups are specified is significant; only the first match found applies to any particular user.
 +
 +action1, action2, action3, etc are actions, as listed on [[devel:action_modes|action modes]]
 +
 +===== Configuration and Settings =====
 +
 +
 +===== Development =====
 +
 +
 +=== Change Log ===
 +
 +{{rss>https://github.com/adron1111/disableactionsbygroup/commits/master.atom date}}
 +
 +=== Known Bugs and Issues ===
 +
 +This plugin will not work if trustExternal is used for authentication.
 +
 +https://github.com/adron1111/disableactionsbygroup/issues
 +
 +=== ToDo/Wish List ===
 +
 +  * More structured configuration
 +
 +===== FAQ =====
 +
 +
 +
 +===== Discussion =====
 +
 +
 +
  

Viewing all articles
Browse latest Browse all 25296