Changes between Version 170 and Version 171 of AccountManagerPlugin


Ignore:
Timestamp:
Sep 9, 2015, 12:16:56 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v170 v171  
    2222== Description
    2323
    24 This plugin offers features for managing user accounts as well as:
     24This plugin offers features for managing user accounts on Trac.
     25
     26Key features:
    2527 * enable authentication through a number of built-in [wiki:AccountManagerPlugin/AuthStores authentication resources] and some more by [wiki:AccountManagerPlugin/AuthStores#Othersources third party extensions]
    2628 * allow users to [wiki:AccountManagerPlugin/RegistrationInspector register] new accounts
     
    4547[http://trac-hacks.org/newticket?component=AccountManagerPlugin&owner=hasienda new ticket].
    4648
    47 Read the recommendations on [wiki:AccountManagerPlugin/TicketBurndown where to start]. Please respect our [wiki:License/MandatorySignOff rules for contributions], which are enforced for this plugin as of 01-Dec-2012.
     49Read the recommendations on [wiki:AccountManagerPlugin/TicketBurndown where to start]. Please respect our [wiki:License/MandatorySignOff rules for contributions], which are in effect for this plugin.
    4850
    4951[[TicketQuery(component=AccountManagerPlugin&group=type,format=progress)]]
    5052
    5153== Installation
     54
    5255=== Prerequisites
    5356
    54 First make sure you have installed [trac:wiki:TracPlugins#Requirements setuptools] version >= 0.6c9. Previous versions contain a bug which makes the installation fail. With setuptools you can install the plugin using the `easy_install` application.
     57First make sure you have installed [trac:wiki:TracPlugins#Requirements setuptools] version >= 0.6c9. Earlier versions contain a bug which makes the installation fail. With setuptools you can install the plugin using the `easy_install` application.
    5558
    56 '''Note:''' Windows users will need to add [http://peak.telecommunity.com/DevCenter/EasyInstall#windows-notes easy_install to their PATH].
     59'''Note:''' Windows users will need to [http://peak.telecommunity.com/DevCenter/EasyInstall#windows-notes add easy_install to their PATH].
    5760
    5861=== Release Status, Downloads and Source
     
    6164|| Under Development ||easy_install https://trac-hacks.org/svn/accountmanagerplugin/trunk ||[download:accountmanagerplugin/trunk download] ||[http://trac-hacks.org/svn/accountmanagerplugin/trunk subversion] ||
    6265
    63 Which version is best for you? Likely the stable release. '''It works for any release starting from Trac 0.11 to 1.1.1.'''
     66Which version is best for you? Likely the stable release. '''It works for any release starting from Trac 0.11 to 1.1.x.'''
    6467
    65 [source:/accountmanagerplugin Browse the source] with Trac to see more, ie there is the [source:/accountmanagerplugin/tags /tags] branch containing the latest stable as well as previous plugin revisions by version tag. For Subversion checkout use {{{svn co <url>}}} with appropriate URL, see links above.
     68[source:/accountmanagerplugin Browse the source] with Trac to see more, ie there is the [source:/accountmanagerplugin/tags /tags] branch containing the latest stable version as well as previous plugin revisions by version tag. For Subversion checkout use {{{svn co <url>}}} with appropriate URL, see links above.
    6669
    6770Code from branches suggesting the corresponding Trac version is available too, and it is in sync with tagged versions. There will not be a version `0.12`. Code from `0.11` branch works equally well for all Trac starting from 0.11 up to Trac 1.0 (current stable). Once `acct_mgr-0.6` is released there will be a `1.0` folder indicating 'for Trac 1.0 or later'.
     
    98101
    99102== Setup
     103
    100104=== Components
    101105
     
    130134== Post Setup/Configuration
    131135
    132 In order to use the !AccountManager plugin, while logged in as a user with `TRAC_ADMIN` rights, use the "Admin" link on the menubar.
     136To use the !AccountManager plugin, while logged in as a user with `TRAC_ADMIN` rights, use the "Admin" link on the menubar.
    133137
    134138You might want to change some permission assignments. For instance, if you remove `TICKET_MODIFY` and `WIKI_MODIFY` permission from the "anonymous" group and add it to the "authenticated" group instead, then only authenticated, logged-in (registered) users can perform ticket modifications and wiki editing.