mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Reword auth_scram_hash info (#3448)
This commit is contained in:
parent
778c84dac9
commit
65c5208905
@ -382,9 +382,9 @@ doc() ->
|
|||||||
#{value => "sha | sha256 | sha512",
|
#{value => "sha | sha256 | sha512",
|
||||||
desc =>
|
desc =>
|
||||||
?T("Hash algorith that should be used to store password in SCRAM format. "
|
?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 "
|
"You shouldn't change this if you already have passwords generated with "
|
||||||
"with different algorithm - this will make users that have old password "
|
"a different algorithm - users that have such passwords will not be able "
|
||||||
"being able to use SCRAM auth algorithms.")}},
|
"to authenticate.")}},
|
||||||
{auth_use_cache,
|
{auth_use_cache,
|
||||||
#{value => "true | false",
|
#{value => "true | false",
|
||||||
desc =>
|
desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user