Revert "Use error code checking and simplified messages (#1782)" (#1783)

This reverts commit 306b43b8b7.
This commit is contained in:
Alex Ma
2022-12-13 09:04:18 -08:00
committed by GitHub
parent 306b43b8b7
commit cc94a1a4c6
5 changed files with 51 additions and 19 deletions

View File

@@ -176,10 +176,18 @@
<value>Press OK to input a new password that is not empty.</value>
<comment></comment>
</data>
<data name="PasswordChangeDNMReqs" xml:space="preserve">
<value>password does not meet operating system policy requirements</value>
<comment></comment>
</data>
<data name="PasswordChangeDNMReqsRetry" xml:space="preserve">
<value>Press OK to input a new password that meets operating system policy requirements.</value>
<comment></comment>
</data>
<data name="PasswordChangePWCannotBeUsed" xml:space="preserve">
<value>password cannot be used at this time</value>
<comment></comment>
</data>
<data name="PasswordChangePWCannotBeUsedRetry" xml:space="preserve">
<value>Press OK to input a different password.</value>
<comment></comment>