From 8b7d475852839ef725dd1c6dd25a790b08486c44 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 3 Sep 2021 16:57:35 +0200 Subject: [PATCH] doc(README): bcrypt plaintext password --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67e1043..92cec0d 100644 --- a/README.md +++ b/README.md @@ -178,15 +178,16 @@ are documented ### POSTFIXADMIN_SETUP_PASSWORD To login into the `setup.php` page is the setup password required. This can be -defined via the variable `POSTFIXADMIN_SETUP_PASSWORD`. The password will not be -configured in the `config.local.php` as plain text. It will be encrypted. +defined via the variable `POSTFIXADMIN_SETUP_PASSWORD`. The password will be +hashed via bcrypt and used as value for the setting `$CONF['setup_password']` in +the config file `config.local.php`. ### POSTFIXADMIN_SMTP_CLIENT Hostname (FQDN) of the server hosting PostfixAdmin used in the `HELO` when sending emails from PostfixAdmin. The value of the environment will be -configured as the following config setting: `$CONF['smtp_server']` and is empty -by default. +configured as the following config setting and is empty by default: +`$CONF['smtp_client']`. ### POSTFIXADMIN_SMTP_SERVER