cant't login via a HTML form instead of using HTTP authentication. when i use accountManagerPlugin
— at Version 2
trac version 1.2.2
I don't enabled authentication for Trac on Apache server before.
now ,I want to add accountManagetPlugin.the plugin version is TracAccountManager 0.5.dev0.
this is my config in trac.ini:
[components]
acct_mgr.admin.* = enabled
acct_mgr.api.* = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.htdigeststore = disabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.http.* = disabled
acct_mgr.notification.* = enabled
acct_mgr.pwhash.* = disabled
acct_mgr.register.* = enabled
acct_mgr.svnserve.svnservepasswordstore = disabled
acct_mgr.web_ui.* = enabled
acct_mgr.web_ui.resetpwstore = disabled
trac.web.auth.loginmodule = disabled
[account-manager]
password_store = HtPasswdStore
htpasswd_hash_type = md5
htpasswd_file = /root/trac/myproject/conf/.trac-passwd
reset_password = false
when I login trac,it's also authentication use HTTP?
In the future please direct support requests to the MailingList.