rendered paste body[account-manager]
authentication_url =
force_passwd_change = False
hash_method = HtDigestHashMethod
htdigest_realm = TracTicketRealm
htpasswd_hash_type = crypt
password_file = /var/www/trac/.htpasswd
password_format = htpasswd
password_store = HtPasswdStore,SessionStore
persistent_sessions = true
refresh_passwd = False
user_lock_max_time = 0
verify_email = False
(...)
[components]
acct_mgr.admin.accountmanageradminpages = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = enabled
acct_mgr.htfile.htdigeststore = disabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.notification.accountchangelistener = enabled
acct_mgr.notification.accountchangenotificationadminpage = enabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = enabled
(...)