From 5dced08f7abd13c8b5b349e91668d6106298d2b4 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 18 Jun 2020 22:47:41 -0700 Subject: [PATCH] removes password autofill autocomplete="new-password" --- Oqtane.Client/Modules/Admin/UserProfile/Index.razor | 4 ++-- Oqtane.Server/appsettings.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index 9823ad6a..0c40987a 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -32,7 +32,7 @@ else - + @@ -40,7 +40,7 @@ else - + diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json index cad2785c..e56b6a0f 100644 --- a/Oqtane.Server/appsettings.json +++ b/Oqtane.Server/appsettings.json @@ -1,8 +1,8 @@ { "ConnectionStrings": { - "DefaultConnection": "" + "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202006190523.mdf;Initial Catalog=Oqtane-202006190523;Integrated Security=SSPI;" }, - "Runtime" : "Server", + "Runtime": "Server", "Installation": { "DefaultAlias": "", "HostPassword": "", @@ -12,4 +12,4 @@ "DefaultLayout": "", "DefaultContainer": "" } -} +} \ No newline at end of file