Changes between Initial Version and Version 1 of HttpAuthPlugin


Ignore:
Timestamp:
Nov 30, 2006, 5:54:35 AM (17 years ago)
Author:
Noah Kantrowitz
Comment:

New hack HttpAuthPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • HttpAuthPlugin

    v1 v1  
     1= Force HTTP authentication from within Trac =
     2
     3== Description ==
     4
     5Allows you to protect certain paths with HTTP authentication. The AccountManagerPlugin is used to check passwords.
     6
     7Primarily this is meant to be used with the XmlRpcPlugin so it will work while using !AccountManager's form-based logins.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for HttpAuthPlugin are
     12[report:9?COMPONENT=HttpAuthPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=HttpAuthPlugin&owner=coderanger new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:httpauthplugin here].
     20
     21== Source ==
     22
     23You can check out HttpAuthPlugin from [http://trac-hacks.org/svn/httpauthplugin here] using Subversion, or [source:httpauthplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27To enable:
     28{{{
     29[components]
     30httpauth.* = enabled
     31}}}
     32
     33== Recent Changes ==
     34
     35[[ChangeLog(httpauthplugin, 3)]]
     36
     37== Author/Contributors ==
     38
     39'''Author:''' [wiki:coderanger] [[BR]]
     40'''Contributors:'''