From beeb9eae90681d556ede6057930c5186b9cd9bde Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 28 Jun 2022 17:28:49 +1000 Subject: [PATCH] docs: fix config template lint (#3618) --- config.template.yml | 2 +- internal/configuration/config.template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.template.yml b/config.template.yml index 1a1ea239a..c5ca8f425 100644 --- a/config.template.yml +++ b/config.template.yml @@ -216,7 +216,7 @@ ntp: ## ## The available providers are: `file`, `ldap`. You must use only one of these providers. authentication_backend: - + ## Password Reset Options. password_reset: ## Disable both the HTML element and the API for reset password functionality. diff --git a/internal/configuration/config.template.yml b/internal/configuration/config.template.yml index 1a1ea239a..c5ca8f425 100644 --- a/internal/configuration/config.template.yml +++ b/internal/configuration/config.template.yml @@ -216,7 +216,7 @@ ntp: ## ## The available providers are: `file`, `ldap`. You must use only one of these providers. authentication_backend: - + ## Password Reset Options. password_reset: ## Disable both the HTML element and the API for reset password functionality.