On Wednesday, September 27, 2017 at 1:13:46 AM UTC-7, Mike Dewhirst wrote: > > On 27/09/2017 5:46 PM, Ryan Ollos wrote: > > > > > > On Wed, Sep 27, 2017 at 7:43 AM, Mike Dewhirst <[email protected] > > <mailto:[email protected]>> wrote: > > > > On 27/09/2017 5:14 PM, Ryan Ollos wrote: > > > > What is your [components] section from trac.ini? > > > > > > Just a moment ago I thought I'd tempt fate by uninstalling > > TracAccountManager to re-install again. I'm now getting a 500 > > error[1] when I click Admin -> Plugins > > > > > > Make sure to restart your web server when uninstalling/installing > plugins. > > Phew! That fixed the 500 error - thanks. > > > > > Regarding the earlier issue, try: > > acct_mgr.pwhash.* = enabled > > No progress here. I also swapped htpasswdhashmethod in and > htdigesthashmethod out. Made no difference. > > Mike >
When editing trac.ini, be sure to remove these two lines: acct_mgr.pwhash.htdigesthashmethod = disabled acct_mgr.pwhash.htpasswdhashmethod = enabled Then add: acct_mgr.pwhash.* = enabled Set: [account-manager] hash_method = HtDigestHashMethod If that doesn't work, send your [accountmanager] section from trac.ini along with your revised [components] section and I'll give it a try. - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
