Changes between Version 8 and Version 9 of TracCrowdAuthPlugin


Ignore:
Timestamp:
Jan 30, 2016, 7:25:30 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracCrowdAuthPlugin

    v8 v9  
    55== Description
    66
    7 This plugin is a [http://www.atlassian.com/software/crowd crowd] auth store for AccountManagerPlugin. Crowd handles identity management for web apps, a single sign-on and user identity tool that is proprietary licensed.
     7This plugin is a [http://www.atlassian.com/software/crowd crowd] auth store for AccountManagerPlugin. Crowd is a web service that handles identity management for web apps, a single sign-on and user identity tool. It is a paid service and proprietary licensed.
    88
    99== Bugs/Feature Requests
     
    2929=== Prerequisites
    3030
    31  * AccountManagerPlugin
    32  * simplejson when using Python below 2.6
     31 * AccountManagerPlugin.
     32 * [pypi:simplejson Simplejson] when using Python below 2.6.
    3333
    3434=== Installation steps
     
    3737
    3838 1. Uninstall TracCrowdAuthPlugin if you have installed it before.
    39  1. Change to the directory containning `setup.py`.
     39 1. Change to the directory containing `setup.py`.
    4040 1. If you want to install this plugin globally, this will install this plugin to the Python path: `python setup.py install`.
    4141 1. If you want to install this plugin to Trac instance only:
     
    4545cp dist/*.egg /srv/trac/env/plugins
    4646}}}
    47  1. Config your `trac.ini` file:
     47 1. Configure your `trac.ini` file:
    4848  {{{#!ini
    4949[components]