Edgewall Software

Ticket #1396 (closed enhancement: fixed)

Opened 3 years ago

Last modified 23 months ago

Disable anonymous access for closing bugs

Reported by: ludde Owned by: jonas
Priority: normal Milestone: 0.9
Component: ticket system Version: devel
Severity: normal Keywords:
Cc:

Description (last modified by cmlenz) (diff)

Anonymous users should not be able to resolve bugs. Support for closing bugs has to have permissions.

Attachments

TicketClosePermissions.diff (13.0 kB) - added by ludde 3 years ago.
Patch for fine grained ticket permissions
TicketClosePermissions-r1496.diff (10.4 kB) - added by ludde 3 years ago.
TicketClosePermissions-r1496.2.diff (11.3 kB) - added by ludde 3 years ago.

Change History

Changed 3 years ago by cmlenz

  • priority changed from highest to normal
  • description modified (diff)
  • severity changed from critical to enhancement

See also #1211.

Changed 3 years ago by cmlenz

In many environments, it's okay to allow anonymous users to resolve tickets (for example, the typical "ah, my mistake" follow-up).

So there could be an additional TICKET_RESOLVE permission that would be granted to anonymous by default, but could easily be restricted to authenticated users.

Changed 3 years ago by anonymous

How about a system like in the php bugtracker, where the bug reporter can specify a password and with this password change the status. Then you can disallow anonymous users to resolve a bug.

(btw: anonymous users should not be allowed to accept a ticket, too)

Changed 3 years ago by ludde

Patch for fine grained ticket permissions

Changed 3 years ago by anonymous

Added a diff attachment with support for more fine-grained permissions.

These are the new permissions:

  • TICKET_EDIT - Allow editing of ticket properties
  • TICKET_RESOLVE - Allow closing tickets
  • TICKET_APPEND - Only allow appending comments to the ticket
  • TICKET_ATTACH - Allow attaching files

This patch also implements #1211

Changed 3 years ago by ludde

Changed 3 years ago by ludde

Changed 3 years ago by anonymous

Sorry, but why this patches not in trac trunk ?

Changed 3 years ago by cmlenz

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.9

Merged in [1516].

Add/Change #1396 (Disable anonymous access for closing bugs)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.