Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#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)

Change History (1)

comment:1 Changed 18 years ago by darkeye

Resolution: invalid
Status: newclosed

sorry, it's all my fault (well, me & the documentation). works with the following setup:

[components]
webadmin.* = enabled
acct_mgr.api.AccountManager = enabled
acct_mgr.htfile.HtPasswdStore = enabled
acct_mgr.web_ui.AccountModule = enabled

[account-manager]
password_format = htpasswd
password_store = HtPasswdStore
password_file = /var/lib/trac/trac.passwd

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.