Revert "Änderungen"

This reverts commit ad4f7de14d.
This commit is contained in:
ja
2021-11-18 14:51:42 +01:00
parent 00c5edffd6
commit 44aaf4db89
2 changed files with 19 additions and 15 deletions

View File

@@ -134,7 +134,9 @@
}
#lbl_Ueberschrift_M {
font-size: 1.85em;
background-color: none;
font-size: 1.85em;
color: #003680;
}
#Image2 {
@@ -230,13 +232,13 @@
<!-- Große Bildschirme-->
<div class="d-none d-md-block">
<center>
<table id="main_table" runat="server" cellpadding="0" style="margin: 10px 2px 2px 0px; border:none;width:306px">
<table id="main_table" runat="server" cellpadding="0" style="margin: 5% 2px 2px 2px; border:none;width:306px">
<tr style="color:#003680;height:55px;background-color:none">
<td>
<asp:Label ID="lbl_Ueberschrift_1" runat="server" Text="Password-Change" style="margin-left:46px;font-weight:600;font-size:2.139em;color:#043381"></asp:Label>
<asp:Label ID="lbl_Ueberschrift" runat="server" Text="Password-Change" style="margin-left:50px;color:#043381;font-weight:600" Font-Size="26px"></asp:Label>
</td>
</tr>
<tr style="border:2px solid #003680; margin:4px auto 4px 0px;background-color:rgba(255,255,255,0.5)">
<tr style="border:2px solid #003680; margin:4px auto 4px 2px;background-color:rgba(255,255,255,0.5)">
<td>
<table>
<tr>
@@ -244,9 +246,9 @@
<asp:Image ID="Image2" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:275px"/>
</td>
</tr>
<tr style="margin-left:5px">
<tr>
<td>
<asp:Label ID="Label2" runat="server" style="color:#003680;margin-left:44px">The Password has to contain at least:</asp:Label>
<asp:Label ID="Label2" runat="server" style="color:#003680;">The Password has at least to contain:</asp:Label>
</td>
</tr>
</table>
@@ -267,35 +269,35 @@
<tr style="color:#003680;height:56.67px;">
<td colspan="4">
<asp:TextBox id="txt_Pw" CssClass="bg-key-icon" runat="server" TextMode="Password" Width="250px" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged" AutoCompleteType="Disabled" style="margin-left:42px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Enter Password"></asp:TextBox>
<asp:TextBox id="txt_Pw" CssClass="bg-key-icon" runat="server" TextMode="Password" Width="250px" Font-Names="Verdana" OnTextChanged="txt_Pw_TextChanged" AutoCompleteType="Disabled" style="margin-left:46px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Enter Password"></asp:TextBox>
<span></span>
</td>
</tr>
<tr style="color:#003680;height:10px;">
<td>
<asp:RequiredFieldValidator ID="reqPassw1txt" Enabled="false" style="margin-left:32px;font-size:1em" runat="server" ControlToValidate="txt_Pw" ValidationGroup="TXT_val" ForeColor="Red" Display="Dynamic" ErrorMessage="*" SetFocusOnError="true"></asp:RequiredFieldValidator>
<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>
</td>
</tr>
<tr style="color:#003680;height:56.67px;">
<td>
<asp:TextBox id="txt_Pw_WH" CssClass="bg-key-icon" Width="250px" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:42px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Repeat Password"></asp:TextBox>
<asp:TextBox id="txt_Pw_WH" CssClass="bg-key-icon" Width="250px" OnTextChanged="txt_Pw_WH_TextChanged" runat="server" TextMode="Password" Font-Names="Verdana" AutoCompleteType="Disabled" style="margin-left:46px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" Placeholder="Repeat Password"></asp:TextBox>
<span></span>
</td>
</tr>
<tr>
<td colspan="4">
<asp:RequiredFieldValidator ID="reqPasswtxt" Enabled="false" style="margin-left:42px;" runat="server" ControlToValidate="txt_Pw_WH" ErrorMessage="*" Display="Dynamic" ForeColor="Red"></asp:RequiredFieldValidator>
<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>
</td>
</tr>
<tr style="color:#003680;height:35.67px;">
<td>
<asp:Button ID="btn_submitpw" runat="server" OnClick="btn_submitpw_Click" Text="Change password" Width="250px" style="margin-left:14%;margin-right:auto;border:none"/>
<asp:Button ID="btn_submitpw" runat="server" OnClick="btn_submitpw_Click" Text="Change password" Width="250px" style="margin-left:15%;margin-right:auto;border:none"/>
</td>
</tr>
<tr style="color:#003680;height:30px;">
<td>
<asp:CompareValidator ID="confirmPasswordReq" style="margin-left:32px;" Enabled="false" runat="server" ControlToCompare="txt_Pw" ControlToValidate="txt_Pw_WH" ErrorMessage="The passwords didn't match. Try again!" Display="Dynamic" ForeColor="Red"></asp:CompareValidator>
<asp:CompareValidator ID="confirmPasswordReq" style="margin-left:32px;" Enabled="false" runat="server" ControlToCompare="txt_Pw" ControlToValidate="txt_Pw_WH" ErrorMessage="Please try again! The passwords didn't match." Display="Dynamic" ForeColor="Red"></asp:CompareValidator>
<asp:RegularExpressionValidator ID="regexval_txt_Pw" style="margin-left:32px;" Enabled="false" 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:RegularExpressionValidator ID="regexval_txt_Pw_WH" style="margin-left:32px;" Enabled="false" runat="server" ControlToValidate="txt_Pw_WH" ValidationGroup="TXT_val" ValidationExpression="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[^a-zA-Z\d]).{4,35}$" Display="Dynamic" ForeColor="Red" ErrorMessage="The Password has to match the criterias of the info-button." SetFocusOnError="true"></asp:RegularExpressionValidator>
</td>
@@ -331,7 +333,7 @@
</tr>
<tr>
<td>
<asp:Label ID="Label1" runat="server" style="color:#003680;margin-left:52px">The Password has to contain at least:</asp:Label>
<asp:Label ID="Label1" runat="server" style="color:#003680;">The Password has at least to contain:</asp:Label>
</td>
</tr>
</table>