Changes between Version 3 and Version 4 of ComponentPermissionsPlugin


Ignore:
Timestamp:
Jul 23, 2012, 8:08:53 AM (12 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComponentPermissionsPlugin

    v3 v4  
    1010[component-permissions]
    1111ticket_field_name = privacy
     12allow_reporter = false
     13allow_owner = false
     14allow_cc = false
     15allow_cc_email = false
    1216}}}
    1317
     
    2832
    2933There is also a special permission `COMPONENT_VIEW` which gives the user (or group) permission to see any ticket otherwise limited by component permissions.
     34
     35If you want to allow ticket reporter, owner or users in CC list to have access to the ticket regardless of component permissions, you can set `allow_reporter`, `allow_owner`, and `allow_cc` to `true`, respectively. You can also use `allow_cc_email` to specify user's by their e-mail address (even if such user does not yet exist), but be careful, make sure users' e-mails are verified and that they cannot be freely changed to arbitrary values.
    3036
    3137== Bugs/Feature Requests ==