Changes between Version 44 and Version 45 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
Dec 20, 2013, 12:57:10 PM (10 years ago)
Author:
falkb
Comment:

added info about user-restriction for projects

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v44 v45  
    120120   - {{{ PROJECT_SETTINGS_VIEW }}} - you can see the list of projects with their description and their component mapping on the Admin panel
    121121   - {{{ PROJECT_ADMIN }}} - full access, you can also create and delete projects, and map to milestones, versions and components
     122 6. Since plugin version 0.4 we support project-wise restriction of resources to a subset of users (#11367). Switch on the plugin component ''ProjectTicketsPolicy'' to activate it, and add the following to your trac.ini
     123    {{{
     124    [trac]
     125    permission_policies = ProjectTicketsPolicy, ... any other ...
     126    }}}
     127    Define a comma-separated list of users or groups in 'Admin' -> 'Manage Projects' -> 'Projects' -> '<project name>' -> 'Retrict to users' to limit the access to certain projects (milestones, versions, tickets).[[BR]]For example, set
     128    - {{{ john, mary, group1, authenticated }}} to restrict to this set of users
     129    - {{{ !, bob, anonymous, group2 }}} to exclude from the project.
    122130
    123131== Recent Changes ==
    124132
    125 [[ChangeLog(simplemultiprojectplugin, 3)]]
     133[[ChangeLog(simplemultiprojectplugin, 5)]]
    126134
    127135== Author/Contributors ==