Reword auth_scram_hash info (#3448)

This commit is contained in:
Licaon_Kter 2020-12-15 16:47:56 +00:00 committed by GitHub
parent 778c84dac9
commit 65c5208905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 =>