trac password store problem
Problem:
"... is disabled because the password store does not support writing." or "This password store does not support listing users"
Solution: configure your trac.ini, may be something including this:
[account-manager] password_file = /home/xxx/yy/zzz/conf/.htpasswd password_store = HtPasswdStore [components] acct_mgr.admin.accountmanageradminpage = enabled acct_mgr.htfile.htpasswdstore = enabled acct_mgr.web_ui.loginmodule = enabled acct_mgr.web_ui.registrationmodule = enabled trac.web.auth.loginmodule = disabled