User account management plugin for Trac
Project description
= TracAccountManager =
A user account management plugin for Trac.
== Installation ==
1. Run: python setup.py bdist_egg
2. If necessary, create a folder called "plugins" in your Trac environment.
3. Copy the .egg file from the "dist" folder created by step 1
into the "plugins" directory of your Trac environment.
== Configuration ==
Add one of the following sections to trac.ini to get started. See even
more configuration examples for supported backends at
http://trac-hacks.org/wiki/AccountManagerPlugin/AuthStores
or in the configuraition cookbook page at
http://trac-hacks.org/wiki/CookBook/AccountManagerPluginConfiguration
=== Htpasswd ===
{{{
[account-manager]
; use an Apache htpasswd file
htpasswd_hash_type = md5
htpasswd_file = /path/to/trac.htpasswd
password_store = HtPasswdStore
}}}
=== Htdigest ===
{{{
[account-manager]
; use an Apache htdigest file
htdigest_file = /path/to/trac.htdigest
htdigest_realm = TracDigestRealm
password_store = HtDigestStore
}}}
=== HttpAuth ===
{{{
[account-manager]
; use a page that is secured with HTTP Auth
authentication_url = http://hostname/path
password_store = HttpAuthStore
}}}
A user account management plugin for Trac.
== Installation ==
1. Run: python setup.py bdist_egg
2. If necessary, create a folder called "plugins" in your Trac environment.
3. Copy the .egg file from the "dist" folder created by step 1
into the "plugins" directory of your Trac environment.
== Configuration ==
Add one of the following sections to trac.ini to get started. See even
more configuration examples for supported backends at
http://trac-hacks.org/wiki/AccountManagerPlugin/AuthStores
or in the configuraition cookbook page at
http://trac-hacks.org/wiki/CookBook/AccountManagerPluginConfiguration
=== Htpasswd ===
{{{
[account-manager]
; use an Apache htpasswd file
htpasswd_hash_type = md5
htpasswd_file = /path/to/trac.htpasswd
password_store = HtPasswdStore
}}}
=== Htdigest ===
{{{
[account-manager]
; use an Apache htdigest file
htdigest_file = /path/to/trac.htdigest
htdigest_realm = TracDigestRealm
password_store = HtDigestStore
}}}
=== HttpAuth ===
{{{
[account-manager]
; use a page that is secured with HTTP Auth
authentication_url = http://hostname/path
password_store = HttpAuthStore
}}}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
test-tracaccountmanager.tar.gz
(674.3 kB
view details)
File details
Details for the file test-tracaccountmanager.tar.gz
.
File metadata
- Download URL: test-tracaccountmanager.tar.gz
- Upload date:
- Size: 674.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5daad331446c9d2dd5fed3219d0974736bbcc90787f3c6964df81d62d44c23f3 |
|
MD5 | 13920de387b5761e66ab746be601bc79 |
|
BLAKE2b-256 | 3c2e878cdb5c7f25c3e85c649a18b65f45828688a7814e1bfcbeaa903dbe3f8d |