Skip to content

Account Manager Plugin

Drew Buglione edited this page Oct 17, 2013 · 4 revisions

The AccountManagerPlugin offers features for managing user accounts and more.

Installation

$ svn export http://trac-hacks.org/svn/accountmanagerplugin/tags/acct_mgr-0.4.3 plugins/acct_mgr-0.4.3
$ echo ./plugins/acct_mgr-0.4.3 >> requirements.txt

Configuration

Add the following to env/conf/trac.ini:

[components]
acct_mgr.admin.* = enabled
acct_mgr.api.* = enabled
acct_mgr.guard.* = enabled
acct_mgr.macros.* = enabled
acct_mgr.notification.* = enabled
acct_mgr.register.* = enabled
acct_mgr.web_ui.* = enabled
acct_mgr.db.SessionStore = enabled
acct_mgr.pwhash.HtDigestHashMethod = enabled

[account-manager]
password_store = SessionStore
hash_method = HtDigestHashMethod
Clone this wiki locally