Changes between Version 19 and Version 20 of AccountManagerPlugin/Modules


Ignore:
Timestamp:
Sep 9, 2012, 11:38:32 PM (12 years ago)
Author:
Steffen Hoffmann
Comment:

change component name according to name in next stable acct_mgr-0.4

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin/Modules

    v19 v20  
    1818----
    1919
    20 == !AccountManagerAdminPages ^note1^ ==
     20== !AccountManagerAdminPanel ^note1^ ==
    2121 '''Package''':: acct_mgr.admin
    2222
     
    3131  * review and erase entries of Trac db table `session_attribute` (since acct_mgr-0.4) ^note2^
    3232
    33 '''^note1^''' In version acct_mgr-0.3, module name was !AccountManagerAdminPage. 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.AccountManagerAdminPages`.[[BR]]
     33'''^note1^''' In version acct_mgr-0.3, module name was !AccountManagerAdminPage. 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`.[[BR]]
    3434'''^note2^''' Requires `ACCTMGR_ADMIN` or `TRAC_ADMIN`, but handle with ''extreme care'' anyway - no problem to shoot yourself in the foot by i.e. deleting your own `SessionStore` admin password. So double-check and think twice, and especially have a current, working Trac db backup before starting cleanup here.
    3535
     
    4545#!cfg
    4646[components]
    47 acct_mgr.admin.AccountManagerAdminPages = enabled
     47acct_mgr.admin.AccountManagerAdminPanel = enabled
    4848}}}
    49 '''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.AccountManagerAdminPages`.
     49'''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`.
    5050
    5151=== Compatibility ===