Changes between Version 26 and Version 27 of UserManagerPlugin


Ignore:
Timestamp:
Apr 21, 2015, 1:42:37 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • UserManagerPlugin

    v26 v27  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Manage users and teams =
    32
    4 == Description ==
     3= Manage users and teams
    54
    6 Yet another user manager plugin that has the following features:
     5== Description
     6
     7This user manager plugin has the following features:
    78 - helps managing users (profiles, permissions, authentication (based on AccountManagerPlugin), and any other things based on this plugin's extension points)
    89 - provides filterable team rosters based on user profiles (+ custom fields)
    910
    10 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.
     11The 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.
    1112
    12 
    13 Note: This plugin is the next ''step'' of TeamRosterPlugin. So, in order to use UserManagerPlugin, please disable TeamRosterPlugin, in case you have it enabled.
     13'''Note''': This plugin is the next ''step'' of TeamRosterPlugin. To use UserManagerPlugin disable TeamRosterPlugin, in case you have it enabled.
    1414UserManagerPlugin is compatible ~90% with data managed by TeamRosterPlugin, so switching from TeamRosterPlugin to UserManagerPlugin is safe (no data loss).
    1515
    16 == Bugs/Feature Requests ==
     16== Bugs/Feature Requests
    1717
    1818Check [report:9?COMPONENT=UserManagerPlugin existing bugs and feature requests], but feel also free to [/newticket?component=UserManagerPlugin create a new ticket].
    1919
    20 == Download and Source ==
     20[[TicketQuery(component=UserManagerPlugin&group=type,format=progress)]]
    2121
    22 Download the  [download:usermanagerplugin zipped source], check out from the [http://trac-hacks.org/svn/usermanagerplugin subversion repository], or [source:usermanagerplugin browse the source] with Trac.
     22== Download
    2323
     24Download the [download:usermanagerplugin zipped source].
    2425
    25 == Install ==
     26== Source
     27
     28Check out from the [http://trac-hacks.org/svn/usermanagerplugin subversion repository], or [source:usermanagerplugin browse the source] with Trac.
     29
     30== Installation
     31
    2632Install the plugin:
    2733 For Trac 0.11:: `easy_install http://trac-hacks.org/svn/usermanagerplugin/0.11`
    2834
    29 === Config ===
    30 {{{
    31 #!ini
    32 [componets]
     35=== Configuration
     36
     37Add the following lines to your `trac.ini` file:
     38
     39{{{#!ini
     40[components]
    3341tracusermanager.* = enabled
    3442
     
    6270}}}
    6371
    64 '''Note:''' If you also have AccountManagerPlugin installed, you may want to disable its admin interface so you don't have two 'Users' entries in the Admin Accounts section.
    65 {{{
    66 #!ini
     72'''Note:''' If you also have AccountManagerPlugin installed, you may want to disable its admin interface, so you don't have two 'Users' entries in the Admin Accounts section:
     73{{{#!ini
    6774[components]
    6875acct_mgr.admin.accountmanageradminpanel = disabled
    6976}}}
    7077
    71 == API ==
     78== API
     79
    7280{{{
    7381#!python
     
    114122
    115123}}}
    116 === Macro ===
     124
     125=== Macro
     126
    117127{{{
    118128[[UserProfilesList]]                                  # Without arguments returns current active user profiles
     
    124134}}}
    125135
    126 == Screenshots ==
     136== Screenshots
     137
    127138[[Image(screenshot2.png, width=400px)]][[Image(screenshot3.png, width=400px)]][[BR]]
    128139[[Image(screenshot4.png, width=400px)]][[Image(screenshot5.png, width=400px)]][[BR]]
    129140[[Image(screenshot6.png, width=400px)]][[Image(screenshot7.png, width=400px)]][[BR]]
    130141
    131 == Questions ==
     142== Questions
     143
    132144 * Could you explain the interface?
    133145 * What's the difference between 'Users' and 'External Users'?
    134  * Some of the screen shots seem like they might be a little out of date.
     146 * Some of the screen shots seem like they might be out of date.
    135147
    136 == Recent Changes ==
     148== Recent Changes
    137149
    138150[[ChangeLog(usermanagerplugin, 3)]]
    139151
    140 == Author/Contributors ==
     152== Author/Contributors
    141153
    142154'''Author:''' [wiki:cbalan] [[BR]]