Changes between Version 145 and Version 146 of AccountManagerPlugin


Ignore:
Timestamp:
Dec 6, 2012, 2:00:30 AM (11 years ago)
Author:
Steffen Hoffmann
Comment:

correct and move configuration hints matching current plugin version to CookBook/AccountManagerPluginConfiguration

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v145 v146  
    9292=== Components ===
    9393In order to use the features of the !AccountManager you will need to enable some or all of its components.
    94 The available components are mentioned below, but described in greater details on a [wiki:AccountManagerPlugin/Modules separate page].
     94The available components are mentioned here, but are described in greater details on separate pages linked below.
    9595
    9696||'''Component'''||'''Description/Purpose'''||'''Recommendation'''||
     
    111111[[Image(components-admin_acct_mgr-0.4.png)]]
    112112
    113 Components can also be enabled or disabled in the [trac:TracIni trac.ini] file under the `[components]` section.  For example to enable the login form and disable user registration:
    114 
    115 {{{
    116 #!cfg
    117 [components]
    118 trac.web.auth.LoginModule = disabled
    119 acct_mgr.web_ui.LoginModule = enabled
    120 acct_mgr.web_ui.RegistrationModule = disabled
    121 }}}
    122 
    123  '''Hint:''' Option names are written in !CamelCase style notation, but will get (re-)written all-lowercase, if added/updated via the Trac admin web-UI. Anyway, case doesn't really matter here. ''Update: See [wiki:AccountManagerPlugin/RegistrationInspector information] about new registration code.''
    124 '''Note:''' To make it to replace the traditional trac login feature with a webform, also add:
    125 {{{
    126 #!cfg
    127 [components]
    128 trac.web.auth.loginmodule = disabled
    129 }}}
     113Components can also be enabled or disabled in the [trac:TracIni trac.ini] file under the `[components]` section.
    130114
    131115=== Configuration ===
    132 See [wiki:CookBook/AccountManagerPluginConfiguration configuration cookbook] page for hints on proper configuration.
     116For examples of basic configurations and more see [wiki:CookBook/AccountManagerPluginConfiguration configuration cookbook].
    133117
    134118== Post Setup/Configuration ==