Changes between Version 28 and Version 29 of UserManagerPlugin


Ignore:
Timestamp:
Sep 4, 2015, 6:30:06 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, typos

Legend:

Unmodified
Added
Removed
Modified
  • UserManagerPlugin

    v28 v29  
    55== Description
    66
    7 This user manager plugin has the following features:
     7This plugin provides a simple, standard way for teams to manage the resources on the team. While trac.admin provides too many places to set up one user, this plugin provides one single ''page'' where a project admin can setup ''all'' things related to one user.
     8
     9Key features:
    810 - helps managing users (profiles, permissions, authentication (based on AccountManagerPlugin), and any other things based on this plugin's extension points)
    911 - provides filterable team rosters based on user profiles (+ custom fields)
    10 
    11 The main goal of this plugin is to to have a simple, standard way for teams to manage who is on the team. Since trac.admin provides too many places to setup one user, this plugin tries to provide one single ''page'' where a project admin can setup ''all'' things related to one user.
    1212
    1313'''Note''': This plugin is the next ''step'' of TeamRosterPlugin. To use UserManagerPlugin disable TeamRosterPlugin, in case you have it enabled.
     
    3030== Installation
    3131
    32 Install the plugin:
    33  For Trac 0.11:: `easy_install https://trac-hacks.org/svn/usermanagerplugin/0.11`
     32General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3433
    35 === Configuration
     34Install the plugin, for example for Trac 0.11: `easy_install https://trac-hacks.org/svn/usermanagerplugin/0.11`
     35
     36== Configuration
    3637
    3738Add the following lines to your `trac.ini` file:
     
    7879== API
    7980
    80 {{{
    81 #!python
     81{{{#!python
    8282
    8383from tracusermanager.api import UserManager, User
     
    104104# Update
    105105user = UserManager(self.env).get_user('cbalan')
    106 user['bio']="""Maecenas ut mauris. Morbi congue nunc ut tortor. Pellentesque molestie cursus enim.
     106user['bio'] = """Maecenas ut mauris. Morbi congue nunc ut tortor. Pellentesque molestie cursus enim.
    107107Praesent gravida consequat mauris. Nulla cursus cursus magna.
    108108Sed libero. Integer dapibus urna in mauris.