From 14ce40be4cedd45f1d2e1ee82142bfa169a77fd7 Mon Sep 17 00:00:00 2001 From: Nikolaj Geisle Date: Mon, 16 May 2022 10:50:40 +0200 Subject: [PATCH] Fix BackOfficeServerVariables.cs --- .../Controllers/BackOfficeServerVariables.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs b/src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs index 14d4eef726..b8368e91e4 100644 --- a/src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs +++ b/src/Umbraco.Web.BackOffice/Controllers/BackOfficeServerVariables.cs @@ -438,7 +438,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers {"minimumPasswordLength", _memberPasswordConfigurationSettings.RequiredLength}, {"minimumPasswordNonAlphaNum", _memberPasswordConfigurationSettings.GetMinNonAlphaNumericChars()}, {"sanitizeTinyMce", _globalSettings.SanitizeTinyMce}, - {"AllowEditInvariantFromNonDefault", _securitySettings.AllowEditInvariantFromNonDefault}, + {"allowEditInvariantFromNonDefault", _securitySettings.AllowEditInvariantFromNonDefault}, } }, {