Changes between Version 14 and Version 15 of HttpAuthPlugin


Ignore:
Timestamp:
Nov 19, 2015, 11:17:31 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • HttpAuthPlugin

    v14 v15  
    77This plugin allows you to protect certain paths with HTTP authentication. The AccountManagerPlugin is used to check passwords.
    88
    9 Primarily this is meant to be used with the XmlRpcPlugin so it will work while using !AccountManager's form-based logins.
     9Primarily this is meant to be used with the XmlRpcPlugin, so it will work while using !AccountManager's form-based logins.
    1010
    1111== Bugs/Feature Requests
     
    2121== Download
    2222
    23 Download the zipped source from [download:httpauthplugin here].
     23Download the zipped source from [export:httpauthplugin here].
    2424
    2525== Source
    2626
    27 You can check out HttpAuthPlugin from [http://trac-hacks.org/svn/httpauthplugin here] using Subversion, or [source:httpauthplugin browse the source] with Trac.
     27You can check out HttpAuthPlugin from [/svn/httpauthplugin here] using Subversion, or [source:httpauthplugin browse the source] with Trac.
    2828The 0.10 version also works with Trac 0.11.2.1 release, at least with mod_python.
    2929
    30 == Example
     30== Installation
    3131
    32 The following are examples for usage of this plugin, by making the indicated changes to your `trac.ini` file.
    33  
     32General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     33
    3434To enable the plugin:
    3535{{{#!ini
     
    3838}}}
    3939
     40== Configuration
     41
     42The following are configuration examples for usage of this plugin, by making the indicated changes to your `trac.ini` file.
     43 
    4044To add additional paths:
    4145{{{#!ini