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

Commit

Permalink
Fix copy-paste error in the password section of the sample-config. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
BramvdnHeuvel authored Sep 13, 2021
1 parent 003846d commit 9f11107
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/10804.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a wording mistake in the sample configuration. Contributed by @bramvdnheuvel:nltrix.net.
2 changes: 1 addition & 1 deletion docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion synapse/config/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def generate_config_section(self, config_dir_path, server_name, **kwargs):
#
#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
Expand Down

0 comments on commit 9f11107

Please # to comment.