This commit is contained in:
2025-12-26 17:28:45 +08:00
parent 537bdfef2b
commit a4cd51a53a
5 changed files with 40 additions and 21 deletions
@@ -33,7 +33,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtNewPassword" Label="新密码" TextMode="Password"
<f:TextBox ID="txtNewPassword" Label="新密码" TextMode="Password" MinLength="12"
EmptyText="输入新密码" Required="true" ShowRedStar="true" runat="server">
</f:TextBox>
</Items>
@@ -41,7 +41,7 @@
<f:FormRow>
<Items>
<f:TextBox ID="txtConfirmPassword" Label="确认密码" TextMode="Password"
<f:TextBox ID="txtConfirmPassword" Label="确认密码" TextMode="Password" MinLength="12"
EmptyText="再次输入新密码" Required="true" ShowRedStar="true" runat="server" EnableBlurEvent="true" OnBlur="txtConfirmPassword_Blur">
</f:TextBox>
</Items>