mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-04 17:24:56 -05:00
Fix lock out for login update (#1923)
* Fix CanEditLockedOutState * fix CanEditLockedOutState * fix locked out
This commit is contained in:
@@ -9717,6 +9717,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string ResetPasswordWhileUnlocking
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.ResetPasswordWhileUnlocking);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConnectionServiceListDbErrorNotConnected(string uri)
|
||||
{
|
||||
return Keys.GetString(Keys.ConnectionServiceListDbErrorNotConnected, uri);
|
||||
@@ -14038,6 +14046,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string DefaultLanguagePlaceholder = "DefaultLanguagePlaceholder";
|
||||
|
||||
|
||||
public const string ResetPasswordWhileUnlocking = "ResetPasswordWhileUnlocking";
|
||||
|
||||
|
||||
private Keys()
|
||||
{ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user