From 20568d5a672a4fdb9539e3ff43a7700b60ecd5f1 Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Thu, 30 Oct 2025 11:25:59 +0100 Subject: [PATCH 1/2] Added BackOfficeHost property --- 16/umbraco-cms/reference/configuration/securitysettings.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/16/umbraco-cms/reference/configuration/securitysettings.md b/16/umbraco-cms/reference/configuration/securitysettings.md index 0af7a3d405c..ba5bc774e31 100644 --- a/16/umbraco-cms/reference/configuration/securitysettings.md +++ b/16/umbraco-cms/reference/configuration/securitysettings.md @@ -20,6 +20,7 @@ A full configuration with all default values can be seen here: "UsernameIsEmail": true, "MemberRequireUniqueEmail": true, "AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\", + "BackOfficeHost": "http://your-domain.com", "UserPassword": { "RequiredLength": 10, "RequireNonLetterOrDigit": false, @@ -84,6 +85,10 @@ By default Umbraco will not allow creation of more than one member account with Defines the allowed characters for a username. +### BackOffice Host + +Use this setting to override the Backoffice host URL. This is useful when the Backoffice client runs from a different origin than the Umbraco server. For example, in proxied, cloud-hosted setups, or when developing locally using Vite or another dev server. + ### User default lockout time Use this setting to configure how long time a User is locked out of the Umbraco backoffice when a lockout occurs. The setting accepts an integer which defines the lockout in minutes. From f476b1faa246cb8e45302787473ab7e40f85d30f Mon Sep 17 00:00:00 2001 From: Esha Noronha Date: Fri, 31 Oct 2025 09:30:16 +0100 Subject: [PATCH 2/2] Updated version 15 and 17 --- 15/umbraco-cms/reference/configuration/securitysettings.md | 5 +++++ 17/umbraco-cms/reference/configuration/securitysettings.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/15/umbraco-cms/reference/configuration/securitysettings.md b/15/umbraco-cms/reference/configuration/securitysettings.md index 0af7a3d405c..ba5bc774e31 100644 --- a/15/umbraco-cms/reference/configuration/securitysettings.md +++ b/15/umbraco-cms/reference/configuration/securitysettings.md @@ -20,6 +20,7 @@ A full configuration with all default values can be seen here: "UsernameIsEmail": true, "MemberRequireUniqueEmail": true, "AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\", + "BackOfficeHost": "http://your-domain.com", "UserPassword": { "RequiredLength": 10, "RequireNonLetterOrDigit": false, @@ -84,6 +85,10 @@ By default Umbraco will not allow creation of more than one member account with Defines the allowed characters for a username. +### BackOffice Host + +Use this setting to override the Backoffice host URL. This is useful when the Backoffice client runs from a different origin than the Umbraco server. For example, in proxied, cloud-hosted setups, or when developing locally using Vite or another dev server. + ### User default lockout time Use this setting to configure how long time a User is locked out of the Umbraco backoffice when a lockout occurs. The setting accepts an integer which defines the lockout in minutes. diff --git a/17/umbraco-cms/reference/configuration/securitysettings.md b/17/umbraco-cms/reference/configuration/securitysettings.md index 0af7a3d405c..ba5bc774e31 100644 --- a/17/umbraco-cms/reference/configuration/securitysettings.md +++ b/17/umbraco-cms/reference/configuration/securitysettings.md @@ -20,6 +20,7 @@ A full configuration with all default values can be seen here: "UsernameIsEmail": true, "MemberRequireUniqueEmail": true, "AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\", + "BackOfficeHost": "http://your-domain.com", "UserPassword": { "RequiredLength": 10, "RequireNonLetterOrDigit": false, @@ -84,6 +85,10 @@ By default Umbraco will not allow creation of more than one member account with Defines the allowed characters for a username. +### BackOffice Host + +Use this setting to override the Backoffice host URL. This is useful when the Backoffice client runs from a different origin than the Umbraco server. For example, in proxied, cloud-hosted setups, or when developing locally using Vite or another dev server. + ### User default lockout time Use this setting to configure how long time a User is locked out of the Umbraco backoffice when a lockout occurs. The setting accepts an integer which defines the lockout in minutes.