Changes between Version 24 and Version 25 of AccountManagerPlugin/Modules


Ignore:
Timestamp:
Apr 4, 2018, 12:33:57 AM (6 years ago)
Author:
Ryan J Ollos
Comment:

Fix component names. See SO:49120675.

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/Modules

    v24 v25  
    4646{{{#!ini
    4747[components]
    48 acct_mgr.admin.AccountManagerAdminPanel = enabled
     48acct_mgr.admin.useradminpanel = enabled
     49acct_mgr.api.accountmanager = enabled
    4950}}}
    5051
    5152'''Note:''' If you are upgrading to acct_mgr-0.4 from an earlier version, and this feature was enabled using `acct_mgr.admin.AccountManagerAdminPage`, this feature will now be disabled until it is enabled using `acct_mgr.admin.AccountManagerAdminPanel`.
    52 
    53 === Compatibility
    54 
    55 Requires Trac >= 0.10
    5653
    5754== !AccountModule
     
    148145Deleting or commenting the `Require valid-user` line should be sufficient to disable HTTP authentication. After you've tested it, you can probably delete or comment out the rest of the authentication options. In some pre-bundled packages as Bitnami Trac you will find it inside an Apache configuration extension as trac.conf (!BitnamiTrac\trac\conf\trac.conf)
    149146
    150 === Compatibility
    151 
    152 requires Trac >= 0.10
    153  To use this module with [trac:TracStandalone tracd] stand-alone server you'll need Trac 0.10 or later version, or an external webserver such as Apache.
    154 
    155147== !AccountGuard
    156148