diff --git a/trac/conf/trac.ini b/trac/conf/trac.ini index 99b265c..4bbc189 100644 --- a/trac/conf/trac.ini +++ b/trac/conf/trac.ini @@ -17,6 +17,10 @@ wiki_format_messages = true [components] tracmath.* = enabled tracspamfilter.* = enabled +trac.web.auth.LoginModule = disabled +acct_mgr.web_ui.LoginModule = enabled +acct_mgr.web_ui.RegistrationModule = enabled +acct_mgr.htfile.HtPasswdStore = enabled [header_logo] alt = @@ -154,3 +158,7 @@ default_documentation = libcaca index = index encoding = utf-8 +[account-manager] +password_store = HtPasswdStore +password_file = /srv/caca.zoy.org/var/lib/trac/trac.htpasswd +