Changes between Version 4 and Version 5 of ProvisioningProjects

Show
Ignore:
Author:
jpr@uab.edu (IP: 91.65.236.154)
Timestamp:
07/07/09 02:12:41 (5 months ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProvisioningProjects

    v4 v5  
    190190 
    191191== Project Permissions == 
     192 
     193=== Open Working Group === 
     194 
     195This configuration is open edits from non-affiliated users but does require authentication first.  It is based off the default configuration for full anonymous access.  It simply restricts modifications to authenticated users by converting edit permissions to the authenticated group (a special group in Trac for all authenticated users).  It assumes that remaining view permissions are assign (as by default) to the anonymous user. 
     196{{{ 
     197permission remove anonymous TICKET_CREATE TICKET_MODIFY WIKI_CREATE WIKI_MODIFY 
     198permission add  authenticated TICKET_CREATE TICKET_MODIFY WIKI_CREATE WIKI_MODIFY  
     199}}} 
     200 
    192201 
    193202=== Private Working Group ===