diff options
author | BramvdnHeuvel <43719024+BramvdnHeuvel@users.noreply.github.com> | 2021-09-13 14:58:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 08:58:34 -0400 |
commit | 9f111075e8204dd55e141f04d78e06c718892956 (patch) | |
tree | 66ea402ff73edbff893bb7b700af842ca28a7186 /docs | |
parent | Use the BaseReporter super-class for _WrappedRustReporter. (#10799) (diff) | |
download | synapse-9f111075e8204dd55e141f04d78e06c718892956.tar.xz |
Fix copy-paste error in the password section of the sample-config. (#10804)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index e15a832220..95cca16552 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -2086,7 +2086,7 @@ password_config: # #require_lowercase: true - # Whether a password must contain at least one lowercase letter. + # Whether a password must contain at least one uppercase letter. # Defaults to 'false'. # #require_uppercase: true |