Changes between Version 138 and Version 139 of AccountManagerPlugin


Ignore:
Timestamp:
Sep 9, 2012, 11:36:41 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

    v138 v139  
    9595||'''Component'''||'''Description/Purpose'''||'''Recommendation'''||
    9696||[wiki:AccountManagerPlugin/Modules#AccountManager AccountManager] ||This holds core code of this plugin. ||This component ''must'' be enabled to use any of the other components. See [wiki:AccountManagerPlugin/Modules#AccountManager details]. ||
    97 ||[wiki:AccountManagerPlugin/Modules#AccountManagerAdminPages AccountManagerAdminPages]^1^ ||This component adds new pages to the trac:WebAdmin section.||The admin part for managing related parts of Trac's configuration^2^ should be an important part of what you're expecting. See [wiki:AccountManagerPlugin/Modules#AccountManagerAdminPages details]. ||
     97||[wiki:AccountManagerPlugin/Modules#AccountManagerAdminPanel AccountManagerAdminPanel]^1^ ||This component adds new pages to the web admin section.||The admin part for managing related parts of Trac's configuration^2^ should be an important part of what you're expecting. See [wiki:AccountManagerPlugin/Modules#AccountManagerAdminPanel details]. ||
    9898||[wiki:AccountManagerPlugin/Modules#AccountModule AccountModule] ||Allows users to manage their account^3^ via tab “Account” in users “Preferences”. ||The user accessible part, might be required or even forbidden depending on your use case. See [wiki:AccountManagerPlugin/Modules#AccountModule details]. ||
    9999||[wiki:AccountManagerPlugin/Modules#LoginModule LoginModule] ||Allows users to login via a HTML form instead of using HTTP authentication. ||Replace Trac's own login module for an alternative to Simple HTTP Authentication, but only one can be enable at a time. See [wiki:AccountManagerPlugin/Modules#LoginModule details]. ||
     
    101101||[wiki:AccountManagerPlugin/RegistrationInspector#RegistrationModule RegistrationModule] ||It adds a “Register” link on metanav^4^. ||Enable users to register a new account with a configurable procedure. See [wiki:AccountManagerPlugin/RegistrationInspector#RegistrationModule details].
    102102||[wiki:AccountManagerPlugin/RegistrationInspector#EmailVerificationModule EmailVerificationModule] ||An new email address will trigger an email with a verification code to enter, to approve it is really users own email address, and user account privileges cut down until successful verification. ||Implement a verification process for added or changed email addresses, if required. See [wiki:AccountManagerPlugin/RegistrationInspector#EmailVerificationModule details]. ||
    103 ^1^ Name in acct_mgr-0.3 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]]
     103^1^ Name in acct_mgr-0.3 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]]
    104104^2^ Found in `trac.ini`[[BR]]
    105105^3^ Change their password, or even delete their account, if permission granted by appropriate configuration[[BR]]