summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-05-20 19:44:37 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-05-20 19:44:37 +0100
commited2b5b77f24d79dff70717388fd7c96795bc527c (patch)
tree2fbc3f0a3aa873e61dcfbe763f21f5f82e6e0e1c /docs
parentFirst implementation of MSC2000 (diff)
downloadsynapse-ed2b5b77f24d79dff70717388fd7c96795bc527c.tar.xz
Config and changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml

index d218aefee5..8b8ebfa3d7 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -996,6 +996,16 @@ password_config: # #pepper: "EVEN_MORE_SECRET" + # Password policy. + # + #policy: + # enabled: true + # minimum_length: 15 + # require_digit: true + # require_symbol: true + # require_lowercase: true + # require_uppercase: true + # Enable sending emails for notification events or expiry notices