From 9b6f2d9a798bb757f6af2bd0fc1e6e81862d8f62 Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Fri, 2 Aug 2019 13:43:46 -0600 Subject: [PATCH] Update index.md Spelling changes: From: "The default installer script create a user.." to: The default installer script createS a user.." From: "which is far to open.." To: "which is far too open" --- docs/manual/preparing-the-server/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/preparing-the-server/index.md b/docs/manual/preparing-the-server/index.md index d517807a5..fb6bd3187 100644 --- a/docs/manual/preparing-the-server/index.md +++ b/docs/manual/preparing-the-server/index.md @@ -64,8 +64,8 @@ specific version dependencies. * [CentOS](https://www.postgresql.org/download/linux/redhat/) You should restrict access to the database and create a user specific to -LibreTime. The default installer script create a user with the password -`airtime` which is far to open and should be replaced with a self provided user +LibreTime. The default installer script creates a user with the password +`airtime`, which is far too open and should be replaced with a self provided user and a secure password. See the PostgreSQL docs on [roles](https://www.postgresql.org/docs/7.0/static/newuser.htm) and [databases](https://www.postgresql.org/docs/10/static/managing-databases.html).