Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9f11107

Browse files
Fix copy-paste error in the password section of the sample-config. (#10804)
1 parent 003846d commit 9f11107

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.d/10804.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed a wording mistake in the sample configuration. Contributed by @bramvdnheuvel:nltrix.net.

docs/sample_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ password_config:
20862086
#
20872087
#require_lowercase: true
20882088

2089-
# Whether a password must contain at least one lowercase letter.
2089+
# Whether a password must contain at least one uppercase letter.
20902090
# Defaults to 'false'.
20912091
#
20922092
#require_uppercase: true

synapse/config/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def generate_config_section(self, config_dir_path, server_name, **kwargs):
8888
#
8989
#require_lowercase: true
9090
91-
# Whether a password must contain at least one lowercase letter.
91+
# Whether a password must contain at least one uppercase letter.
9292
# Defaults to 'false'.
9393
#
9494
#require_uppercase: true

0 commit comments

Comments
 (0)