From 7d9e07ff7cf20f08c66d774f8da51781dc0f5c3c Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Fri, 10 Feb 2023 10:45:19 +0100 Subject: [PATCH] Don't show DB details on install screen when using a pre-configured connection string (#13809) --- src/Umbraco.Web.UI.Client/src/installer/steps/user.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html index 20c406aefe..ea487e046a 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -101,12 +101,15 @@
-
+
Provider: {{installer.current.model.quickInstallSettings.displayName}}
Name: {{installer.current.model.quickInstallSettings.defaultDatabaseName}}
+
+ A database has been pre-configured for your installation. +