aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-12-15 15:40:16 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-12-15 15:40:16 +0100
commit28186ddf195c0ea5ff9d9e823f0119c63b618783 (patch)
tree14527a4e95f3949b7e691e6398a5302dbc1efe23
parentBump version in mix.exs (diff)
Document auth_scram_hash option20.12
-rw-r--r--src/ejabberd_options_doc.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ejabberd_options_doc.erl b/src/ejabberd_options_doc.erl
index b48a4b415..a9eb76f37 100644
--- a/src/ejabberd_options_doc.erl
+++ b/src/ejabberd_options_doc.erl
@@ -378,6 +378,13 @@ doc() ->
"value is configured it cannot be changed to plain anymore. "
"This format allows clients to authenticate using: "
"SASL PLAIN and SASL SCRAM-SHA-1.")}},
+ {auth_scram_hash,
+ #{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.")}},
{auth_use_cache,
#{value => "true | false",
desc =>