From 771e0ee6a2d21393a83b7eabd343355c03882897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Fri, 19 Oct 2018 16:29:47 +0300 Subject: [PATCH] Remove old crypt settings from .env As per conversation in PR --- docs/compose/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compose/.env b/docs/compose/.env index ce8e9eb9..2100e27a 100644 --- a/docs/compose/.env +++ b/docs/compose/.env @@ -130,7 +130,7 @@ LOG_DRIVER=json-file COMPOSE_PROJECT_NAME=mailu # Default password scheme used for newly created accounts and changed passwords -# (value: PBKDF2, BLF-CRYPT, SHA512-CRYPT, SHA256-CRYPT, MD5-CRYPT, CRYPT) +# (value: PBKDF2, BLF-CRYPT, SHA512-CRYPT, SHA256-CRYPT) PASSWORD_SCHEME=PBKDF2 # Header to take the real ip from