mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 09:35:38 -05:00
This reverts commit 306b43b8b7.
This commit is contained in:
@@ -77,6 +77,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordChangeDNMReqs
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.PasswordChangeDNMReqs);
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordChangeDNMReqsRetry
|
||||
{
|
||||
get
|
||||
@@ -85,6 +93,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordChangePWCannotBeUsed
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.PasswordChangePWCannotBeUsed);
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordChangePWCannotBeUsedRetry
|
||||
{
|
||||
get
|
||||
@@ -10120,9 +10136,15 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string PasswordChangeEmptyPasswordRetry = "PasswordChangeEmptyPasswordRetry";
|
||||
|
||||
|
||||
public const string PasswordChangeDNMReqs = "PasswordChangeDNMReqs";
|
||||
|
||||
|
||||
public const string PasswordChangeDNMReqsRetry = "PasswordChangeDNMReqsRetry";
|
||||
|
||||
|
||||
public const string PasswordChangePWCannotBeUsed = "PasswordChangePWCannotBeUsed";
|
||||
|
||||
|
||||
public const string PasswordChangePWCannotBeUsedRetry = "PasswordChangePWCannotBeUsedRetry";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user