Changes between Version 5 and Version 6 of GoogleAppsAuthPlugin


Ignore:
Timestamp:
Aug 24, 2015, 1:08:08 PM (9 years ago)
Author:
figaro
Comment:

Replaced code.google links with corresponding pypi links

Legend:

Unmodified
Added
Removed
Modified
  • GoogleAppsAuthPlugin

    v5 v6  
    77This plugin allows a Trac site to authenticate users against a hosted Google Apps domain. It requires and uses the AccountManagerPlugin.
    88
     9Key features:
     10
     11 * Allows users to log in to Trac with their Google Apps username and password.
     12 * Allows restriction of userbase for Trac instance based on membership in Google Apps group.
     13 * Assigns Trac groups to users based on their Google Apps groups.
     14 * Allows basic user info listing via Trac Account Manager.
     15 * Pre-populates Trac database with email of every user so that email notifications can be sent to users who have never logged in to Trac, and so the ticket "Assign To" drop-down is fully populated when using the config [ticket] setting restrict_owner = true. Simply view the Admin user listing page to populate the database.
     16 * Encrypts stored Google Apps password to protect against casual observers on filesystem and via web, but this is not nearly as secure as using OpenID.
     17
    918== Bugs/Feature Requests
    1019
     
    1322
    1423If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=GoogleAppsAuthPlugin&owner=riggs new ticket].
     24[/newticket?component=GoogleAppsAuthPlugin new ticket].
    1625
    1726[[TicketQuery(component=GoogleAppsAuthPlugin&group=type,format=progress)]]
     
    1928== Download
    2029
    21 This plugin can be found at the following locations:
    22 
    23 http://pypi.python.org/pypi/TracGoogleAppsAuthPlugin/
    24 
    25 http://code.google.com/p/tracgoogleappsauthplugin/
     30This plugin can be found [pypi:TracGoogleAppsAuthPlugin/ here].
    2631
    2732== Source
    2833
    29 You can check out GoogleAppsAuthPlugin using [http://mercurial.selenic.com/ Mercurial] at the [http://code.google.com/p/tracgoogleappsauthplugin/source/checkout Google Code project], or [http://code.google.com/p/tracgoogleappsauthplugin/source/browse/#hg/src browse the source].
     34This plugin can be found [pypi:TracGoogleAppsAuthPlugin/ here].
    3035
    3136== Installation
     
    3944
    4045Your `trac.ini` could look as follows to use this plugin:
    41 {{{
    42 #!ini
     46{{{#!ini
    4347[account-manager]
    4448password_store = GoogleAppsPasswordStore