From e1ee5a5d071fcaf8aa3cbcfce5f6cef718824918 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 28 Jun 2022 16:41:30 +1000 Subject: [PATCH] fix(configuration): missing password_reset disable key (#3616) --- internal/configuration/schema/keys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/configuration/schema/keys.go b/internal/configuration/schema/keys.go index dc79885f8..63896973a 100644 --- a/internal/configuration/schema/keys.go +++ b/internal/configuration/schema/keys.go @@ -72,8 +72,8 @@ var Keys = []string{ "authentication_backend.file.password.algorithm", "authentication_backend.file.password.memory", "authentication_backend.file.password.parallelism", + "authentication_backend.password_reset.disable", "authentication_backend.password_reset.custom_url", - "authentication_backend.disable_reset_password", "authentication_backend.refresh_interval", "session.name", "session.domain",