summary refs log tree commit diff
path: root/v1.60/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2022-05-27 09:45:23 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2022-05-27 09:45:23 +0000
commit6083313a41d873835179bce613f4b1ce302b2a4c (patch)
tree5bbb8cd3d3cbd44f049f87287dd2e07f0342d8a8 /v1.60/usage/configuration/config_documentation.html
parentdeploy: 1885ee011395f9c1f121f8045ac6d47a74c4cc24 (diff)
downloadsynapse-6083313a41d873835179bce613f4b1ce302b2a4c.tar.xz
deploy: 7b88f5a107ce9751365f9f2393521ef3d62afde8
Diffstat (limited to 'v1.60/usage/configuration/config_documentation.html')
-rw-r--r--v1.60/usage/configuration/config_documentation.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/v1.60/usage/configuration/config_documentation.html b/v1.60/usage/configuration/config_documentation.html

index 2ffaa2fccf..57b9ea0529 100644 --- a/v1.60/usage/configuration/config_documentation.html +++ b/v1.60/usage/configuration/config_documentation.html
@@ -2594,7 +2594,10 @@ validation will fail without configuring audiences.</li> <p>Use this setting to enable password-based logins. </p> <p>This setting has the following sub-options:</p> <ul> -<li><code>enabled</code>: Defaults to true.</li> +<li><code>enabled</code>: Defaults to true. +Set to false to disable password authentication. +Set to <code>only_for_reauth</code> to allow users with existing passwords to use them +to log in and reauthenticate, whilst preventing new users from setting passwords.</li> <li><code>localdb_enabled</code>: Set to false to disable authentication against the local password database. This is ignored if <code>enabled</code> is false, and is only useful if you have other <code>password_providers</code>. Defaults to true. </li>