Ensure Install Wizard will only be displayed if the Master database connection string in appsettings.json is not specified. This addresses a potential security issue where the Install Wizard could be displayed in an existing installation if the Master database connection failed during startup.

This commit is contained in:
Shaun Walker
2021-03-30 17:48:49 -04:00
parent 5cd1d3a7af
commit 09c040128a
8 changed files with 63 additions and 32 deletions

View File

@ -37,7 +37,9 @@
@if (Model.Message != "")
{
@Model.Message
<div class="app-alert">
@Model.Message
</div>
}
<script src="js/interop.js"></script>