Skip to content

Commit f476b1f

Browse files
committed
Updated version 15 and 17
1 parent 20568d5 commit f476b1f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

15/umbraco-cms/reference/configuration/securitysettings.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A full configuration with all default values can be seen here:
2020
"UsernameIsEmail": true,
2121
"MemberRequireUniqueEmail": true,
2222
"AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\",
23+
"BackOfficeHost": "http://your-domain.com",
2324
"UserPassword": {
2425
"RequiredLength": 10,
2526
"RequireNonLetterOrDigit": false,
@@ -84,6 +85,10 @@ By default Umbraco will not allow creation of more than one member account with
8485

8586
Defines the allowed characters for a username.
8687

88+
### BackOffice Host
89+
90+
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.
91+
8792
### User default lockout time
8893

8994
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.

17/umbraco-cms/reference/configuration/securitysettings.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A full configuration with all default values can be seen here:
2020
"UsernameIsEmail": true,
2121
"MemberRequireUniqueEmail": true,
2222
"AllowedUserNameCharacters": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\",
23+
"BackOfficeHost": "http://your-domain.com",
2324
"UserPassword": {
2425
"RequiredLength": 10,
2526
"RequireNonLetterOrDigit": false,
@@ -84,6 +85,10 @@ By default Umbraco will not allow creation of more than one member account with
8485

8586
Defines the allowed characters for a username.
8687

88+
### BackOffice Host
89+
90+
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.
91+
8792
### User default lockout time
8893

8994
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.

0 commit comments

Comments
 (0)