Modify

Opened 9 years ago

Closed 9 years ago

#12553 closed defect (worksforme)

Account Manager ignored on Trac 1.0 with Python 2.7 and mod_python 3.x

Reported by: anonymous Owned by: Steffen Hoffmann
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

I had Account Manager working fine with Trac 0.12, but since I upgraded to Trac 1.0 it does not work at all any more.

My trac.ini:

[account-manager]
account_changes_notify_addresses = ...
force_passwd_change = false
htdigest_realm = trac
notify_actions = new,change,delete
password_file = .../trac.htdigest
password_store = HtDigestStore

[components]
acct_mgr.admin.* = enabled
acct_mgr.api.* = enabled
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.notification.accountchangelistener = enabled
acct_mgr.notification.accountchangenotificationadminpanel = enabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.web_ui.AccountModule = enabled
acct_mgr.web_ui.emailverificationmodule = enabled
acct_mgr.web_ui.registrationmodule = enabled

The Register link does not show nor the Account Manager Admin panel.

There is no warning logged.

/usr/local/lib/python2.7/site-packages/ has

TracAccountManager-0.4.4-py2.7.egg

and unzipped:

acct_mgr

so it should all be there. But no go.

Attachments (0)

Change History (3)

comment:1 Changed 9 years ago by Ryan J Ollos

Please read accountmanagerplugin/tags/acct_mgr-0.4.4/README.update. You need to replace password_file with htdigest_file. I also suggest reviewing CookBook/AccountManagerPluginConfiguration#HtDigestStore.

If that doesn't fix the issue, you should check the debug level logs.

comment:2 Changed 9 years ago by anonymous

That deed That did help indeed. Thank you for your prompt reply!

comment:3 Changed 9 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

I will close the ticket then. Could you confirm that the issue was a missing htdigest_file option rather than one of the other possible issues I listed? Thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Steffen Hoffmann.
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.