Changes between Version 7 and Version 8 of HttpAuthPlugin
- Timestamp:
- 09/22/12 00:33:12 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HttpAuthPlugin
v7 v8 1 [[PageOutline(2-5,Contents,pullout)]] 1 2 = Force HTTP authentication from within Trac = 2 [[TOC]] 3 3 4 == Description == 4 5 28 29 To enable: 29 30 {{{ 31 #!ini 30 32 [components] 31 33 httpauth.* = enabled 34 36 To add additional paths: 35 37 {{{ 38 #!ini 36 39 [httpauth] 37 40 paths = /xmlrpc, /login/xmlrpc 40 43 To add additional formats, like rss use this: 41 44 {{{ 45 #!ini 42 46 [httpauth] 43 47 formats = rss 77 81 78 82 '''Author:''' [wiki:coderanger] [[BR]] 83 '''Author:''' ''none'' [[BR]] 79 84 '''Contributors:'''

