From 65c5208905dc8bccec93ab5a2c1dfbae38bd200d Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 15 Dec 2020 16:47:56 +0000 Subject: [PATCH] Reword auth_scram_hash info (#3448) --- src/ejabberd_options_doc.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl index a9eb76f37..32f89ded6 100644 --- a/src/ejabberd_options_doc.erl +++ b/src/ejabberd_options_doc.erl @@ -382,9 +382,9 @@ doc() -> #{value => "sha | sha256 | sha512", desc => ?T("Hash algorith that should be used to store password in SCRAM format. " - "You shouldn't change this if you are already have passwords generated " - "with different algorithm - this will make users that have old password " - "being able to use SCRAM auth algorithms.")}}, + "You shouldn't change this if you already have passwords generated with " + "a different algorithm - users that have such passwords will not be able " + "to authenticate.")}}, {auth_use_cache, #{value => "true | false", desc =>