From cf7677ac19c47a5aa65abcfd45dcbb2e3efebe86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Thu, 11 Feb 2021 09:57:01 +0100 Subject: [PATCH] Update model-passwd.md --- docs/model-passwd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-passwd.md b/docs/model-passwd.md index 05b710ac2..3e74ac6d5 100644 --- a/docs/model-passwd.md +++ b/docs/model-passwd.md @@ -38,7 +38,7 @@ With SOGo disabled, all hashing methods below will be able to be read by mailcow - SHA512-CRYPT (SOGo compatible) - SMD5 (SOGo compatible) -That means mailcow is able to verify users with a hash like `{PLAIN-MD5}1a1dc91c907325c69271ddf0c944bc72` from the database. +That means mailcow is able to verify users with a hash like `{MD5}1a1dc91c907325c69271ddf0c944bc72` from the database. The value of `MAILCOW_PASS_SCHEME` will _always_ be used to encrypt new passwords.