Änderungen

This commit is contained in:
ja
2021-11-18 14:57:28 +01:00
parent a37fe565e9
commit 2709b33710

View File

@@ -275,7 +275,7 @@
</tr>
<tr style="color:#003680;height:10px;">
<td>
<asp:RegularExpressionValidator ID="reqPassw1txt" Enabled="false" style="margin-left:32px;" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" ValidationExpression="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d]).{4,35}$" Display="Dynamic" ErrorMessage="The Password has to match the criterias of the info-button." SetFocusOnError="true"></asp:RegularExpressionValidator>
<asp:RequiredFieldValidator ID="reqPassw1txt" Enabled="false" style="margin-left:32px;" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" Display="Dynamic" ErrorMessage="*" SetFocusOnError="true"></asp:RequiredFieldValidator>
</td>
</tr>
@@ -287,7 +287,7 @@
</tr>
<tr>
<td colspan="4">
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="Please repeat the password!" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="*" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
</td>
</tr>
<tr style="color:#003680;height:35.67px;">