Changes between Version 118 and Version 119 of AccountManagerPlugin


Ignore:
Timestamp:
Jul 7, 2011, 9:47:22 PM (13 years ago)
Author:
Steffen Hoffmann
Comment:

add more prominent, redundant links to module details page

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v118 v119  
    8484
    8585||'''Component'''||'''Description/Purpose'''||'''Recommendation'''||
    86 ||!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]. ||
    87 ||!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#AccountManagerAdminPage details]. ||
    88 ||!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]. ||
    89 ||!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]. ||
    90 ||!AccountGuard ||This component adds login failure tracking and administrative account locking. ||Use it as part of your security policy to protect against brute-force attacks on user passwords. See [wiki:AccountManagerPlugin/Modules#AccountGuard details]. ||
    91 ||!RegistrationModule ||It adds a “Register” link on metanav^4^. ||Enable users to register a new account with a configurable procedure. See [wiki:AccountManagerPlugin/Modules#RegistrationModule details].
    92 ||!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/Modules#EmailVerificationModule details]. ||
     86||[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]. ||
     87||[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]. ||
     88||[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]. ||
     89||[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]. ||
     90||[wiki:AccountManagerPlugin/Modules#AccountGuard AccountGuard] ||This component adds login failure tracking and administrative account locking. ||Use it as part of your security policy to protect against brute-force attacks on user passwords. See [wiki:AccountManagerPlugin/Modules#AccountGuard details]. ||
     91||[wiki:AccountManagerPlugin/Modules#RegistrationModule RegistrationModule] ||It adds a “Register” link on metanav^4^. ||Enable users to register a new account with a configurable procedure. See [wiki:AccountManagerPlugin/Modules#RegistrationModule details].
     92||[wiki:AccountManagerPlugin/Modules#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/Modules#EmailVerificationModule details]. ||
    9393^1^ name in acct_mgr-0.3, old name has been `AccountManagerAdminPage`[[BR]]
    9494^2^ found in `trac.ini`[[BR]]