1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user