diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-20 19:44:37 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-05-20 19:44:37 +0100 |
commit | ed2b5b77f24d79dff70717388fd7c96795bc527c (patch) | |
tree | 2fbc3f0a3aa873e61dcfbe763f21f5f82e6e0e1c /docs | |
parent | First implementation of MSC2000 (diff) | |
download | synapse-ed2b5b77f24d79dff70717388fd7c96795bc527c.tar.xz |
Config and changelog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 10 |
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 |