diff options
author | Licaon_Kter <licaon-kter@users.noreply.github.com> | 2020-12-15 16:47:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 17:47:56 +0100 |
commit | 65c5208905dc8bccec93ab5a2c1dfbae38bd200d (patch) | |
tree | 344bba67e0dbe9e4b9028670199174403b93946f | |
parent | Update xmpp dep in mix (diff) |
Reword auth_scram_hash info (#3448)
Diffstat (limited to '')
-rw-r--r-- | src/ejabberd_options_doc.erl | 6 |
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 => |