Changes between Version 137 and Version 138 of AccountManagerPlugin


Ignore:
Timestamp:
Aug 11, 2012, 1:44:39 PM (12 years ago)
Author:
Steffen Hoffmann
Comment:

hint and links for new registration code

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v137 v138  
    77
    88'''News'''
     9 11-Aug-2012:: Plug-able [wiki:AccountManagerPlugin/RegistrationInspector registration process] using new `IAccountRegistrationInspector` interface (open: 74)
    910 26-Feb-2012:: WikiMacros development started with [wiki:AccountManagerPlugin/WikiMacros UserQuery] (open: 53)
    1011 26-Aug-2011:: Maintenance release, '''acct_mgr-0.3.2''' in `0.11` branch with fixed browser cookie handling, user deletion and more (open: 40)
     
    2021The AccountManagerPlugin offers features for managing user accounts and more:
    2122 * enable authentication through a number of built-in [wiki:AccountManagerPlugin/AuthStores authentication resources] and some more by [wiki:AccountManagerPlugin/AuthStores#Othersources 3rd party extensions]
    22  * allow users to register new accounts
     23 * allow users to [wiki:AccountManagerPlugin/RegistrationInspector register] new accounts
    2324 * login via an HTML [wiki:AccountManagerPlugin#LoginModule form] instead of using HTTP authentication
    2425 * allow existing users to change their passwords, even delete their accounts
     
    9899||[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]. ||
    99100||[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]. ||
    100 ||[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].
    101 ||[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]. ||
     101||[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].
     102||[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]. ||
    102103^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]]
    103104^2^ Found in `trac.ini`[[BR]]
     
    119120}}}
    120121
    121  '''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.
     122 '''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.''
    122123'''Note:''' To make it to replace the traditional trac login feature with a webform, also add:
    123124{{{