mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:04:50 -04:00
Fix copy-paste error in the password section of the sample-config. (#10804)
This commit is contained in:
parent
003846d68a
commit
9f111075e8
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue