From 909e4dbc206ab4c446883fadbf982a5433e48447 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 8 Nov 2020 19:13:00 +0100 Subject: [PATCH] Tweaking settings: nicks, polls and docs --- app_config.yml.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app_config.yml.tmpl b/app_config.yml.tmpl index c510f01..a554359 100644 --- a/app_config.yml.tmpl +++ b/app_config.yml.tmpl @@ -86,13 +86,15 @@ default: &defaults # When use_nick is enabled, there will be a nickname field in the user form, # and the option to show a nickname instead of full name to foodcoop members. # Members of a user's groups and administrators can still see full names. - use_nick: false + use_nick: true # Most plugins can be enabled/disabled here as well. Messages and wiki are enabled # by default and need to be set to false to disable. Most other plugins needs to # be enabled before they do anything. use_wiki: true use_messages: true + use_documents: true + use_polls: true # Base font size for generated PDF documents #pdf_font_size: 12