Fix copy-paste error in the password section of the sample-config. (#10804)

pull/10810/head
BramvdnHeuvel 2021-09-13 14:58:34 +02:00 committed by GitHub
parent 003846d68a
commit 9f111075e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
changelog.d/10804.doc Normal file
View File

@ -0,0 +1 @@
Fixed a wording mistake in the sample configuration. Contributed by @bramvdnheuvel:nltrix.net.

View File

@ -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

View File

@ -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