aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLicaon_Kter <licaon-kter@users.noreply.github.com>2020-12-15 16:47:56 +0000
committerGitHub <noreply@github.com>2020-12-15 17:47:56 +0100
commit65c5208905dc8bccec93ab5a2c1dfbae38bd200d (patch)
tree344bba67e0dbe9e4b9028670199174403b93946f
parentUpdate xmpp dep in mix (diff)
Reword auth_scram_hash info (#3448)
Diffstat (limited to '')
-rw-r--r--src/ejabberd_options_doc.erl6
1 files 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 =>