From f06441158fb15be31f7652015a861a6713ad333b Mon Sep 17 00:00:00 2001 From: razgitbot Date: Fri, 17 Apr 2020 16:11:06 +0300 Subject: [PATCH] Make passwd for postgres too see #296 --- modoboa_installer/config_dict_template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modoboa_installer/config_dict_template.py b/modoboa_installer/config_dict_template.py index f3003640..369f756f 100644 --- a/modoboa_installer/config_dict_template.py +++ b/modoboa_installer/config_dict_template.py @@ -86,9 +86,9 @@ def is_email(user_input): }, { "option": "password", - "default": "", + "default": make_password, "customizable": True, - "question": "Please enter postgres password", + "question": "Please enter postgres root password", }, ] },