-
Notifications
You must be signed in to change notification settings - Fork 1
Account Manager Plugin
Drew Buglione edited this page Oct 17, 2013
·
4 revisions
The AccountManagerPlugin offers features for managing user accounts and more.
$ 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
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