summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-14 10:56:35 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-14 10:56:35 +0000
commit673d3f88fa9bb5e1ed02398af0bf5119cc8bd4be (patch)
tree57d08a87712d0a7e30f60cb3f62f98d1be801ac8 /docs
parentInclude systemd-python in Debian package to allow logging to journal (#5261) (diff)
parentAdded possibilty to disable local password authentication (#5092) (diff)
downloadsynapse-673d3f88fa9bb5e1ed02398af0bf5119cc8bd4be.tar.xz
Added possibilty to disable local password authentication (#5092)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 6baca7066e..c0e9ce3640 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1213,6 +1213,12 @@ password_config:
    #
    #enabled: false
 
+   # Uncomment to disable authentication against the local password
+   # database. This is ignored if `enabled` is false, and is only useful
+   # if you have other password_providers.
+   #
+   #localdb_enabled: false
+
    # Uncomment and change to a secret random string for extra security.
    # DO NOT CHANGE THIS AFTER INITIAL SETUP!
    #