Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modoboa_installer/config_dict_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,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",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the correct work is "superuser" instead of root

Please enter a postgres superuser password

},
]
},
Expand Down