1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Rephrase auth_stored_password_types documentation

This commit is contained in:
Badlop 2025-03-27 16:58:44 +01:00
parent a4fc448a52
commit 78650f827e

View file

@ -401,12 +401,13 @@ doc() ->
"to authenticate. The default value is 'sha'.")}}, "to authenticate. The default value is 'sha'.")}},
{auth_stored_password_types, {auth_stored_password_types,
#{value => "[plain | scram_sha1 | scram_sha256 | scram_sha512]", #{value => "[plain | scram_sha1 | scram_sha256 | scram_sha512]",
note => "added in 25.03",
desc => desc =>
?T("List with password types that should be stored concurently for each user in database. " ?T("List of password types that should be stored simultaneously for each user in database. "
"Each time user set it password, database will be updated to store passwords in format " "When the user sets the account password, database will be updated to store the password in formats "
"compatible with each format listed here. This can be used to migrate user passwords " "compatible with each type listed here. This can be used to migrate user passwords "
"to more secure format. This options if set, will override values set in 'auth_scream_hash' " "to a more secure format. If this option if set, it will override values set in _`auth_scram_hash`_ "
"and 'auth_password_format'. By default this value is not set.")}}, "and _`auth_password_format`_ options. The default value is `[]`.")}},
{auth_external_user_exists_check, {auth_external_user_exists_check,
#{value => "true | false", #{value => "true | false",
note => "added in 23.10", note => "added in 23.10",