I need help setting up AccountManager correctly.
I am using trac 0.10.4 on a shared system (no direct access to
vhosts.conf), running under plain cgi. It's a simple installation:
one environment, one svn repository. Up until today, we were using
basic authentication with this in vhosts.conf:
<Location "/trac/x.cgi/login">
AuthType basic
AuthName trac
AuthUserFile "/home/x/authfiles/svn-htpasswd"
Require valid-user
</Location>
Today I turned on AccountManager (0.1.3dev-r2171), which came
preinstalled at this ISP. I enabled what seemed to me a sensible set
of Components and had the ISP remove the above from vhosts.conf.
Any attempt to login now yields a failure page with "Authentication
information not available". When attempting to register, I also ended
up on that page, but the new users were placed in .htpasswdstore:
test:rv5nFuBy3g8k6
sophie:J0trUt9F4cdh.
third:LLywJ11E1Espo
fourth:OVQ/mhfrPah0E
I've experimented with various values in trac.ini, without success.
Here's the current relevant contents:
[account-manager]
generated_password_length = 8
hash_method = HtDigestHashMethod
password_file = /home/x/trac_env1/.htpasswdstore
password_store = HtPasswdStore
[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.abstractpasswordfilestore = disabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.htfile.htpasswdstore = disabled
acct_mgr.http.httpauthstore = disabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.pwhash.htpasswdhashmethod = disabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = enabled
webadmin.* = enabled
Here's hoping that's enough for someone to say the problem is
obvious. Thanks.
-----
Brian Marick, independent consultant
Mostly on agile methods with a testing slant
www.exampler.com, www.exampler.com/blog
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---