changed database and implemented passwordless login
This commit is contained in:
12
Server Dashboard/Properties/Settings.Designer.cs
generated
12
Server Dashboard/Properties/Settings.Designer.cs
generated
@@ -58,5 +58,17 @@ namespace Server_Dashboard.Properties {
|
||||
this["RememberMe"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string Password {
|
||||
get {
|
||||
return ((string)(this["Password"]));
|
||||
}
|
||||
set {
|
||||
this["Password"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user