mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Document auth_scram_hash option
This commit is contained in:
parent
8dfe7e977a
commit
28186ddf19
1 changed files with 7 additions and 0 deletions
|
@ -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 =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue