Skip to main content

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
}}}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TracAccountManager-0.4.2.tar.gz (157.7 kB view details)

Uploaded Source

File details

Details for the file TracAccountManager-0.4.2.tar.gz.

File metadata

File hashes

Hashes for TracAccountManager-0.4.2.tar.gz
Algorithm Hash digest
SHA256 4f527394db9316e1f826b1bd0fb8d97253516daf35c6d5f71a016df317a57d74
MD5 9100944f33873173763c289f23f1412a
BLAKE2b-256 6eefbb8a5cbbac197c487eb04c3ea16f056aa23a5d02316fd23bcf180b9b14fe

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page