Add remember me button and more
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -156,6 +156,11 @@
|
||||
}
|
||||
},
|
||||
"System.Security.Principal.Windows/4.7.0": {},
|
||||
"Server Dashboard Socket/1.0.0": {
|
||||
"runtime": {
|
||||
"Server Dashboard Socket.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.Expression.Drawing/4.0.0.0": {
|
||||
"runtime": {
|
||||
"Microsoft.Expression.Drawing.dll": {
|
||||
@@ -263,6 +268,11 @@
|
||||
"path": "system.security.principal.windows/4.7.0",
|
||||
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"Server Dashboard Socket/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.Expression.Drawing/4.0.0.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
|
||||
Binary file not shown.
@@ -1,9 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<connectionStrings>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" >
|
||||
<section name="Server_Dashboard.Properties.Settings" type="System.Configuration.ClientSettingsSection, System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="ServerDashboardDB" connectionString="Server=localhost;Database=ServerDashboardDB;User Id=SA;Password=Me262HG3;"/>
|
||||
</connectionStrings>
|
||||
<startup>
|
||||
<supportedRuntime version="v3.1.13" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<Server_Dashboard.Properties.Settings>
|
||||
<setting name="Username" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
</Server_Dashboard.Properties.Settings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
Binary file not shown.
Reference in New Issue
Block a user