diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-05-27 09:45:23 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-05-27 09:45:23 +0000 |
commit | 6083313a41d873835179bce613f4b1ce302b2a4c (patch) | |
tree | 5bbb8cd3d3cbd44f049f87287dd2e07f0342d8a8 /v1.60/print.html | |
parent | deploy: 1885ee011395f9c1f121f8045ac6d47a74c4cc24 (diff) | |
download | synapse-6083313a41d873835179bce613f4b1ce302b2a4c.tar.xz |
deploy: 7b88f5a107ce9751365f9f2393521ef3d62afde8
Diffstat (limited to 'v1.60/print.html')
-rw-r--r-- | v1.60/print.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/v1.60/print.html b/v1.60/print.html index 6865813ae1..fb4ee60e27 100644 --- a/v1.60/print.html +++ b/v1.60/print.html @@ -5549,7 +5549,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> @@ -8349,7 +8352,9 @@ sso: password_config: - # Uncomment to disable password login + # Uncomment to disable password login. + # Set to `only_for_reauth` to permit reauthentication for users that + # have passwords and are already logged in. # #enabled: false |