Modify ↓
Opened 19 years ago
Closed 19 years ago
#2098 closed enhancement (worksforme)
introduce new permission TICKET_COMMENT
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.8.4 |
Severity: | major | Keywords: | permission, ticket, TICKED_MODIFY |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
You see it yourself at your own installation - anonymous users not only comment but change already set properties, too.
It is very annoying to see these users reset the ticket's severity or priority. But, if you restricted TICKED_MODIFY to 'authenticated' anonymous users can't comment a ticket.
Therefore I believe splitting TICKED_MODIFY into two permissions or adding a new permission TICKET_COMMENT will solve this issue.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Severity: | normal → major |
---|---|
Type: | defect → enhancement |
comment:2 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There's a
TICKET_APPEND
permission in 0.9 for this.