Changes between Version 4 and Version 5 of SelfDeletePlugin


Ignore:
Timestamp:
Dec 14, 2014, 8:25:53 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

New version of plugin requires the permission policy to be enabled.

Legend:

Unmodified
Added
Removed
Modified
  • SelfDeletePlugin

    v4 v5  
    3131}}}
    3232
     33Add it to the list of active permissions policies:
     34{{{#!ini
     35[trac]
     36permission_policies = SelfDeletePolicy, DefaultPermissionPolicy, LegacyAttachmentPolicy
     37}}}
     38If using [TracFineGrainedPermissions AuthzPolicy], it should come before `SelfDeletePolicy` in the list.
     39
    3340then grant any users you want the `WIKI_DELETE_SELF` or `TICKET_DELETE_SELF` permissions.
    3441