Changes between Version 166 and Version 167 of AccountManagerPlugin


Ignore:
Timestamp:
Mar 9, 2015, 2:31:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v166 v167  
    2424}}}
    2525
    26 = Account Manager Plugin
     26= Account Manager Plugin to manage user accounts
    2727
    2828== Description
     
    3636 * administration of user accounts
    3737
    38 These features are quite new in the plugin for Trac 0.11 and later:
     38These features are added since Trac 0.11:
    3939 * login failure tracking and rule based account locking (temporary or permanent lock)
    4040 * per-account details admin page
     
    4747== Bugs/Feature Requests
    4848
    49 Total issue record:
    50 [[TicketQuery(component=AccountManagerPlugin,format=progress)]]
    51 Open issues by type:
    52  [[TicketQuery(component=AccountManagerPlugin,status!=closed&group=type,format=progress)]]
    53 
    5449Check [query:?component=AccountManagerPlugin&order=priority existing bugs and feature requests] first, please. If you have additional issues, you're welcome to ask at our [trac:MailingList mailing-list] to confirm proper local install and configuration. Only create a
    5550[http://trac-hacks.org/newticket?component=AccountManagerPlugin&owner=hasienda new ticket], if you're reasonably sure, that it will be a valid defect report or a generally useful enhancement.
    5651
    57 You do wonder, if you could contribute here? Great! Read some recommendations on [wiki:AccountManagerPlugin/TicketBurndown where to start]. In any case, please respect our [wiki:License/MandatorySignOff rules for contributions], that are enforced for this plugin as of 01-Dec-2012.
     52Contributions to this plugin are greatly appreciated. Read the recommendations on [wiki:AccountManagerPlugin/TicketBurndown where to start]. Please respect our [wiki:License/MandatorySignOff rules for contributions], that are enforced for this plugin as of 01-Dec-2012.
     53
     54Total issue record:
     55[[TicketQuery(component=AccountManagerPlugin,format=progress)]]
     56
     57Open issues by type:
     58 [[TicketQuery(component=AccountManagerPlugin,status!=closed&group=type,format=progress)]]
    5859
    5960== Installation
     
    8586Starting with acct_mgr-0.3 this plugin has been prepared for localization.[[BR]]
    8687But English message texts are still the (POSIX) default. If this isn't your preferred language, you can:
    87  1. check if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/acct_mgr Transifex] or
    88  1. do it yourself, see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details.
     88 1. Check if it's already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/acct_mgr Transifex] or
     89 1. Do it yourself, see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details.
    8990
    90 You've created a new translation? Superb! Contributing your translation is highly appreciated. You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project] via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
     91Contributing your translation is highly appreciated. You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project] via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
    9192
    9293Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/acct_mgr/ acct_mgr][[BR]]
    9394 [[Image(transifex_acct_mgr-messages_v0.3.png, title=Status for acct_mgr-0.3, alt=translation coverage - stable release)]] [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/acct_mgr/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/acct_mgr/)]]
    94 Left: Status for acct_mgr-0.3, right: near-sync to `trunk` - kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
    9595
    96 Preparing the plugin from source requires '''no additional steps''' for compiling message catalog files. Only to include translations marked as `# fuzzy` by the translator, you'll want to do a manual message catalog compilation with the extra `-f` argument before packaging:
     96Left: Status for acct_mgr-0.3.[[BR]]Right: Near-sync to `trunk`.
     97
     98Kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
     99
     100Preparing the plugin from source requires '''no additional steps''' for compiling message catalog files. To include `# fuzzy` translations only, you'll want to do a manual message catalog compilation with the extra `-f` argument before packaging:
    97101{{{
    98102cd accountmanagerplugin/
    99103python ./setup.py compile_catalog -f
    100104python ./setup.py bdist_egg
    101 }}} 
    102 Complaints about missing `locale` directory are often a side-effect of failure to compile any message catalog for inclusion into Python egg, hence the whole path is missing. Due to a know Trac issue Babel has to be installed prior to Trac, to get it all working as expected.[[BR]]
    103 Again, for more details see the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins].
     105}}}
     106
     107Complaints about missing `locale` directory are often a side-effect of failure to compile any message catalog for inclusion into Python egg, hence the whole path is missing. Due to a known Trac issue, Babel has to be installed prior to Trac to get it all working as expected. See the [t:wiki:CookBook/PluginL10N#Compileanduseit l10n cookbook page for Trac plugins] for more details.
    104108
    105109== Setup
    106110=== Components
    107111
    108 In order to use the features of the !AccountManager you will need to enable some or all of its components.
     112To use the features of the !AccountManager some or all of its components need to be enabled.
    109113The available components are mentioned here, but are described in greater details on separate pages linked below.
    110114
     
    120124^2^ Found in `trac.ini`.[[BR]]
    121125^3^ Change their password, or even delete their account, if permission granted by appropriate configuration.[[BR]]
    122 ^4^ Same menu bar as the “Login” link.
     126^4^ Same menu bar as the "Login" link.
    123127
    124128The easiest way to learn about available components and enable them is via Trac's plugin admin page. Before Trac 0.11 this has been a separate trac:TracWebAdmin plugin. Users logged in with the TRAC_ADMIN permission will be able to manage the enabled components:
     
    151155
    152156'''Author:''' [wiki:mgood] [[BR]]
    153 '''Maintainer:''' [wiki:hasienda] [[BR]]
     157'''Maintainer:''' [[Maintainer]] [[BR]]
    154158'''Contributors:''' [wiki:coderanger], [wiki:crocea], [wiki:janakj], [wiki:jun66j5], [wiki:manski], [wiki:mrelbe], [wiki:otaku42], [wiki:pacopablo], [wiki:riggs], [wiki:rjollos], [wiki:s0undt3ch], [wiki:lgaifax] [[BR]]