Changes between Version 4 and Version 5 of PrivateTicketsPlugin


Ignore:
Timestamp:
Mar 23, 2007, 2:25:48 AM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Add info about the group blacklist.

Legend:

Unmodified
Added
Removed
Modified
  • PrivateTicketsPlugin

    v4 v5  
    1111There are also group-based permissions: `TICKET_VIEW_REPORTER_GROUP`, `TICKET_VIEW_CC_GROUP`, and `TICKET_VIEW_OWNER_GROUP`. These work in a similar way to their non-group counterparts, except that you are granted access if you share a group with the target user. For example, if ticket 1 was reported by Allan, and Allan and Bob are both in the group company_foo, and Bob has `TICKET_VIEW_REPORTER_GROUP`, then Bob will be able to see ticket 1 since he shares a group with the reporter. Each group-based permission is also an alias for the normal one, so you do not have to grant both. `TICKET_VIEW_GROUP` is an alias for all the group-based permissions (and therefore all the normal ones as well).
    1212
     13You can configure which groups to ignore for the purposes of permission checking with the `group_blacklist` option shown below.
    1314
    1415== Bugs/Feature Requests ==
     
    3637}}}
    3738
     39To configure:
     40{{{
     41[privatetickets]
     42group_blacklist = anonymous, authenticated
     43}}}
     44
    3845== Recent Changes ==
    3946