Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 599 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 599 Bytes

SecretCheckboxTicket

Add ticket security policy for Trac.

It will create a checkbox, which will forbid TICKET_VIEW permission except:

  • Reporter
  • Owner
  • In cc list

Installation

pip install git+https://github.com/104corp/trac-secret-checkbox-ticket.git

Configuration

In trac.ini:

[components]
secretcheckboxticket.policy.secretcheckboxticketpolicy = enabled

[ticket-custom]
secret = checkbox

[trac]
permission_policies = SecretCheckboxTicketPolicy, [... original policies ...]

License

3-Clause BSD