summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorBramvdnHeuvel <43719024+BramvdnHeuvel@users.noreply.github.com>2021-09-13 14:58:34 +0200
committerGitHub <noreply@github.com>2021-09-13 08:58:34 -0400
commit9f111075e8204dd55e141f04d78e06c718892956 (patch)
tree66ea402ff73edbff893bb7b700af842ca28a7186 /synapse/config
parentUse the BaseReporter super-class for _WrappedRustReporter. (#10799) (diff)
downloadsynapse-9f111075e8204dd55e141f04d78e06c718892956.tar.xz
Fix copy-paste error in the password section of the sample-config. (#10804)
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/auth.py b/synapse/config/auth.py
index 53809cee2e..ba8bf9cbe7 100644
--- a/synapse/config/auth.py
+++ b/synapse/config/auth.py
@@ -88,7 +88,7 @@ class AuthConfig(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