On 2023-11-17 12:17, Jun Omae wrote:
> Are you using [ticket] restrict_owner enabled?
Yes, but...
> Please share trac.ini and output of `trac-admin $ENV permission list`.
This hint was really helpful, thank you!
While "authenticated" did not have TICKET_MODIFY permission directly,
they had TICKET_BATCH_MODIFY permission, which seems to imply the
former. Which is pretty reasonable.
I removed that permission and now everything works as it should.
Cheers