Edgewall Software

Changes between Version 9 and Version 10 of ExtraPermissionsProvider


Ignore:
Timestamp:
May 11, 2017, 8:57:37 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Enable the component.

Legend:

Unmodified
Added
Removed
Modified
  • ExtraPermissionsProvider

    v9 v10  
    22
    33`ExtraPermissionsProvider` is an optional component which makes it possible to easily add new permissions to a Trac environment. These can be used, for example, in configurable [wiki:TracWorkflow]s, when one wants to add a permission specific to a transition, via the `.permissions` key.
     4
     5The component is disabled by default, so it must be enabled in the [[TracIni#components-section|configuration]]:
     6{{{#!ini
     7[components]
     8tracopt.perm.config_perm_provider.* = enabled
     9}}}
    410
    511To add new permissions, create a new section `[extra-permissions]` in