Changes between Version 6 and Version 7 of HtGroupEditorPlugin


Ignore:
Timestamp:
Dec 29, 2012, 2:13:46 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

remove obsolete example configuration for AccountManagerPlugin and link to current, maintained documentation for that plugin instead

Legend:

Unmodified
Added
Removed
Modified
  • HtGroupEditorPlugin

    v6 v7  
    1414== File Locations ==
    1515
    16 The plugin tries to find the names of the files it has to work with from the config object that reads them in from the normal config file for a Trac project,  They maybe specifed in a project specific file or an inherited one.
     16The plugin tries to find the names of the files it has to work with from the config object that reads them in from the normal config file for a Trac project.  They maybe specifed in a project specific file or an inherited one.
    1717
    18 The list of users are obtained form the account_manager object that will could have read them from password_file specified under the account-manager section.
    19 
    20 {{{
    21 [account-manager]
    22 
    23 password_file = /some/project/directory/users
    24 }}}
     18The list of users are obtained from the account_manager object, that will read them from one of its password stores. See AccountManagerPlugin documentation for the appropriate configuration options.
    2519
    2620For the group file it is looked for under the account-manager section and the name group_file.  If this fails it then looks under the htgroups section.