From 72a2de688839a5558860c0f1a34492121db91e49 Mon Sep 17 00:00:00 2001 From: nd Date: Mon, 8 Mar 2021 19:34:05 +0100 Subject: [PATCH] set hyperkitty options --- templates/mailman-web.py.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/mailman-web.py.j2 b/templates/mailman-web.py.j2 index 42273ae..1f0e942 100644 --- a/templates/mailman-web.py.j2 +++ b/templates/mailman-web.py.j2 @@ -239,3 +239,5 @@ AUTH_LDAP_USER_FLAGS_BY_GROUP = {{ mailman.web.ldap.mappings|d({})|to_json }} {% endif %} SESSION_EXPIRE_SECONDS = {{ mailman.web.session_timeout }} +HYPERKITTY_ENABLE_GRAVATAR = False +HYPERKITTY_ALLOW_WEB_POSTING = False