mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-01 01:25:43 -05:00
Add change password function and handling (#1771)
* added ChangePassword to connectionService * added changepasswordparams * added more code * added more changes to connectionservice * added more changes * added small test * added changepasswordrequest * added different ServerConnection constructor * consolidated changepassword * added exception catch * added passwordChangeFail params * added changePassword to it's own function * simplified changePassword * made fixes to test * added new test * added one additional connection test * added response callback * removed unnecessary SendError * added localized empty password error * added updated error messages * added small fix to check * added changes based on feedback * added minor change * fix tests * renamed messages to errorDetails * simplified error message * small change to connectionservice message * error message change * added environment newline * added error retry messages to STS * added regex * added newline handling
This commit is contained in:
@@ -6505,6 +6505,36 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Actual CPU Cost</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PasswordChangeEmptyPassword">
|
||||
<source>New password cannot be empty</source>
|
||||
<target state="new">New password cannot be empty</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PasswordChangeEmptyPasswordRetry">
|
||||
<source>Press OK to input a new password that is not empty.</source>
|
||||
<target state="new">Press OK to input a new password that is not empty.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PasswordChangeDNMReqs">
|
||||
<source>password does not meet operating system policy requirements</source>
|
||||
<target state="new">password does not meet operating system policy requirements</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PasswordChangeDNMReqsRetry">
|
||||
<source>Press OK to input a new password that meets operating system policy requirements.</source>
|
||||
<target state="new">Press OK to input a new password that meets operating system policy requirements.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PasswordChangePWCannotBeUsed">
|
||||
<source>password cannot be used at this time</source>
|
||||
<target state="new">password cannot be used at this time</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PasswordChangePWCannotBeUsedRetry">
|
||||
<source>Press OK to input a different password.</source>
|
||||
<target state="new">Press OK to input a different password.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user