diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-05-27 11:08:04 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-05-27 11:08:04 +0000 |
commit | d9f700fe9b26b43bb83bbea4e706f02dbb64b4f1 (patch) | |
tree | 514d12a6e2fd1c14be748bbdf8524029e65ff5b4 /develop/print.html | |
parent | deploy: 7b88f5a107ce9751365f9f2393521ef3d62afde8 (diff) | |
download | synapse-d9f700fe9b26b43bb83bbea4e706f02dbb64b4f1.tar.xz |
deploy: 053ca5f3ca6b913d2c4bfdc7a77cb4657bc86d68
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index db6c5ad462..f139fea461 100644 --- a/develop/print.html +++ b/develop/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> @@ -8336,7 +8339,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 |