Changes between Version 32 and Version 33 of AccountManagerPlugin


Ignore:
Timestamp:
Jan 12, 2007, 3:21:51 PM (17 years ago)
Author:
eli.carter@…
Comment:

Document HttpAuthStore

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v32 v33  
    136136}}}
    137137
     138=== !HttpAuthStore ===
     139 '''Package''':: acct_mgr.http
     140
     141Used to restrict access to use the http access allowed for authentication_url.
     142
     143{{{
     144[components]
     145; be sure to enable the component
     146acct_mgr.http.HttpAuthStore = enabled
     147
     148[account-manager]
     149; configure the plugin to use a page that is secured with http authentication
     150authentication_url = http://hostname/path
     151}}}
     152
    138153=== !AccountManagerAdminPage ===
    139154 '''Package''':: acct_mgr.admin