On Oct 27, 12:29 pm, Brian <[email protected]> wrote: > Yeah, I had thought of that, but was just wondering if there was some > trac.ini flag that I could set instead. > > Thanks for the confirmation, Noah!
It sounds like you are looking for a one step solution for setting read only. I think that can be done by following Noah's suggestions. Create a group that has all of the modify permissions that you normally assign to your users, and another group that has all of the view permissions. A simple example is: authenticated = @view, @modify view = TICKET_VIEW, TIMELINE_VIEW, ... modify = TICKET_MODIFY, WIKI_CREATE, ... When you want to set the site to read only, you can just remove the modify permission group from your set of users. This could be more complicated with a complicated set of users and groups. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
