Modify ↓
#602 closed defect (invalid)
AccountManager cannot find password store
Reported by: | darkeye | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
I'm trying to set up the AccountManager plugin. For some reason, it can't find the password stire, even though I configured it as per the documentation. the relevant section if my trac.ini:
[components] webadmin.* = enabled acct_mgr.web_ui.AccountManager = enabled acct_mgr.web_ui.HTPasswdStore = enabled acct_mgr.web_ui.AccountManagerAdminPage = enabled acct_mgr.web_ui.AccountModule = enabled [account-manager] password_format = htpassword password_store = HTPasswdStore password_file = /var/lib/trac/trac.passwd
Attachments (0)
Note: See
TracTickets for help on using
tickets.
sorry, it's all my fault (well, me & the documentation). works with the following setup: