Revert "Änderumngen Email vom 18:11.2021 abgeschlossen"
This reverts commit 2ab0a0c0bf.
This commit is contained in:
@@ -108,8 +108,10 @@
|
||||
width: 400px;
|
||||
height: 379px;
|
||||
}
|
||||
#lbl_Ueberschrift {
|
||||
font-size: 1.139em;
|
||||
#lbl_Ueberschrift {
|
||||
background-color: #003680;
|
||||
font-size: 2.55em;
|
||||
color:#fff;
|
||||
}
|
||||
.txt_design {
|
||||
color: #003680;
|
||||
@@ -130,7 +132,4 @@
|
||||
color:#fff;
|
||||
width:200px;
|
||||
height:35px;
|
||||
}
|
||||
#Image2{
|
||||
margin-left:275px;
|
||||
}
|
||||
@@ -47,6 +47,12 @@
|
||||
margin-top:40px;
|
||||
}
|
||||
|
||||
#lbl_Ueberschrift {
|
||||
background-color: #003680;
|
||||
font-size: 2.55em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.txt_design {
|
||||
color: #003680;
|
||||
font-size: 1.65em;
|
||||
|
||||
@@ -78,34 +78,31 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width: 390px;
|
||||
max-width:390px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 390px;
|
||||
height: 613px;
|
||||
margin: 0 auto;
|
||||
margin-left: 10%;
|
||||
margin-left:10%;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
width: 390px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
height: 613px;
|
||||
top: 50%;
|
||||
.container-fluid {
|
||||
width: 390px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
height: 613px;
|
||||
top:50%;
|
||||
bottom: -4px;
|
||||
left: -195px;
|
||||
right: 520px;
|
||||
@@ -118,109 +115,90 @@
|
||||
border: 1px solid gray;
|
||||
width: 300px;
|
||||
height: 613px;
|
||||
margin-top: 80px;
|
||||
margin-top:80px;
|
||||
}
|
||||
|
||||
#btn_submitpw_M {
|
||||
#btn_submitpw_M{
|
||||
background-color: #003680;
|
||||
color: #fff;
|
||||
width: 325px;
|
||||
height: 32px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: -15px;
|
||||
margin-left:-15px;
|
||||
padding-inline: 2px 2px;
|
||||
padding: -10px 0px 10px 1px;
|
||||
font-weight: 600;
|
||||
font-weight:600;
|
||||
}
|
||||
|
||||
#lbl_Ueberschrift_M {
|
||||
background-color: none;
|
||||
font-size: 1.85em;
|
||||
color: #003680;
|
||||
#lbl_Ueberschrift_M{
|
||||
font-size:30px;
|
||||
margin-left:15px;
|
||||
}
|
||||
|
||||
#Image2 {
|
||||
margin-left: 275px;
|
||||
}
|
||||
@media (max-width: 323px) {
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width:323px;
|
||||
}
|
||||
|
||||
@media (max-width: 323px) {
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-image: url(../../images/road.jpg);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width: 323px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 323px;
|
||||
height: 613px;
|
||||
margin: 0 auto;
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
width: 325px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
height: 613px;
|
||||
top: 50%;
|
||||
bottom: -4px;
|
||||
left: -195px;
|
||||
right: 520px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#tbl_main_M {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 323px;
|
||||
height: 613px;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
#btn_submitpw_M {
|
||||
background-color: #003680;
|
||||
color: #fff;
|
||||
width: 315px;
|
||||
height: 32px;
|
||||
margin-bottom: 0px;
|
||||
margin-left: -15px;
|
||||
padding-inline: 2px 2px;
|
||||
padding: -10px 0px 10px 1px;
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#lbl_Ueberschrift_M {
|
||||
background-color: none;
|
||||
font-size: 1.85em;
|
||||
color: #003680;
|
||||
}
|
||||
|
||||
#Image2 {
|
||||
margin-left: 275px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
font-size: 24px;
|
||||
}
|
||||
h2 {
|
||||
color: #043381;
|
||||
font-size: 30px;
|
||||
}
|
||||
#content_container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 323px;
|
||||
height: 613px;
|
||||
margin: 0 auto;
|
||||
margin-left:10%;
|
||||
}
|
||||
.container-fluid {
|
||||
width: 325px;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
height: 613px;
|
||||
top:50%;
|
||||
bottom: -4px;
|
||||
left: -195px;
|
||||
right: 520px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#tbl_main_M {
|
||||
font-family: Arial;
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 323px;
|
||||
height: 613px;
|
||||
margin-top:80px;
|
||||
}
|
||||
#btn_submitpw_M{
|
||||
background-color: #003680;
|
||||
color: #fff;
|
||||
width: 315px;
|
||||
height: 32px;
|
||||
margin-bottom: 0px;
|
||||
margin-left:-15px;
|
||||
padding-inline: 2px 2px;
|
||||
padding: -10px 0px 10px 1px;
|
||||
font-weight:600;
|
||||
font-size:14px;
|
||||
}
|
||||
#lbl_Ueberschrift_M{
|
||||
font-size:26px;
|
||||
margin-left:15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -235,35 +213,43 @@
|
||||
<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" runat="server" Text="Password-Change" style="margin-left:50px;color:#043381;font-weight:600" Font-Size="26px"></asp:Label>
|
||||
<asp:Label ID="lbl_Ueberschrift1" runat="server" Text="Password-Change" style="margin-left:75px;background-color:none;color:#043381" Font-Size="26px" Font-Bold="true" ></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border:2px solid #003680; margin:4px auto 4px 2px;background-color:rgba(255,255,255,0.5)">
|
||||
<tr style="border:2px solid #003680; margin:4px auto 4px auto;background-color:rgba(255,255,255,0.5)">
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Image ID="Image2" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:275px"/>
|
||||
<asp:Image ID="ImageButton1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:18px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label ID="Label2" runat="server" style="color:#003680;">The Password has at least to contain:</asp:Label>
|
||||
<asp:Label ID="Label2" runat="server" style="color:#003680;margin-left:22px">The Password has to contain:</asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul style="list-style:circle;margin-left:48px">
|
||||
<ul style="list-style:circle">
|
||||
<li>
|
||||
<asp:Label ID="Label4" runat="server" style="color:#003680;">1 Upper- and 1 lowercase letter</asp:Label>
|
||||
<asp:Label ID="Label11" runat="server" style="color:#003680;margin-left:22px">1 Uppercase</asp:Label>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<asp:Label ID="Label7" runat="server" style="color:#003680;">one special letter</asp:Label>
|
||||
<asp:Label ID="Label8" runat="server" style="color:#003680;margin-left:22px">1 Downcase </asp:Label>
|
||||
</li>
|
||||
<li>
|
||||
<asp:Label ID="Label8" runat="server" style="color:#003680;margin-right:0px">between 4 and 30 characters</asp:Label>
|
||||
<asp:Label ID="Label9" runat="server" style="color:#003680;margin-left:22px">and one special letter</asp:Label>
|
||||
</li>
|
||||
<li>
|
||||
<asp:Label ID="Label10" runat="server" style="color:#003680;margin-left:22px;margin-right:0px">at an minimal length of 4 and an maximal</asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
<ul style="list-style:none">
|
||||
<li style="margin-top:-15px">
|
||||
<asp:Label ID="Label12" runat="server" style="color:#003680;margin-left:-7px;">length of 30 characters.</asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -315,7 +301,7 @@
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin: 10px 4px 1px 2px;border:none;height:50px">
|
||||
<tr style="color:#003680;height:25px;margin-left:105px">
|
||||
<td>
|
||||
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Password-Change:" style="font-size:26px;font-weight:600"></asp:Label>
|
||||
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Password-Change:" style="color:#003681;background-color:none;font-size:26px" Font-Bold="true"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="border:2px solid #003680; width:320px; margin:4px auto 4px auto;background-color:rgba(255,255,255,0.5)">
|
||||
@@ -323,27 +309,35 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:275px"/>
|
||||
<asp:Image ID="Image1" runat="server" ImageUrl="~/images/Icons/service/hilfe.png" Height="17px" Width="15px" style="margin-left:18px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label ID="Label1" runat="server" style="color:#003680;">The Password has at least to contain:</asp:Label>
|
||||
<asp:Label ID="Label1" runat="server" style="color:#003680;">The Password has to contain:</asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul style="list-style:circle;margin-left:48px">
|
||||
<li>
|
||||
<asp:Label ID="Label3" runat="server" style="color:#003680;margin-left:2px">1 Upper- and 1 lowercase letter</asp:Label>
|
||||
<asp:Label ID="Label3" runat="server" style="color:#003680;margin-left:2px">1 Uppercase</asp:Label>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
<asp:Label ID="Label5" runat="server" style="color:#003680;margin-left:2px">one special letter</asp:Label>
|
||||
<asp:Label ID="Label4" runat="server" style="color:#003680;margin-left:2px">1 Downcase </asp:Label>
|
||||
</li>
|
||||
<li>
|
||||
<asp:Label ID="Label6" runat="server" style="color:#003680;margin-left:2px;margin-right:0px">between 4 and 30 characters</asp:Label>
|
||||
<asp:Label ID="Label5" runat="server" style="color:#003680;margin-left:2px">and one special letter</asp:Label>
|
||||
</li>
|
||||
<li>
|
||||
<asp:Label ID="Label6" runat="server" style="color:#003680;margin-left:2px;margin-right:0px">at an minimal length of 4 and an maximal</asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<ul style="list-style:none">
|
||||
<li style="margin-top:-15px">
|
||||
<asp:Label ID="Label7" runat="server" style="color:#003680;margin-left:48px;">length of 30 characters.</asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:46.67px;">
|
||||
|
||||
@@ -220,7 +220,7 @@ Partial Class login_Change_PW
|
||||
btn_submitpw.Visible = True
|
||||
Else
|
||||
VERAG_VARIABLES.seterrorcount(25)
|
||||
'lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb() + "Fehler bei der Behebung des Passwortwechsels."
|
||||
lbl_messagetext.Text = VERAG_VARIABLES.geterrornumb() + "Fehler bei der Behebung des Passwortwechsels."
|
||||
End If
|
||||
End Using
|
||||
con.Close()
|
||||
@@ -228,8 +228,8 @@ Partial Class login_Change_PW
|
||||
End If
|
||||
Else
|
||||
VERAG_VARIABLES.seterrorcount(22)
|
||||
'lbl_messagetext_M.ForeColor = Drawing.Color.Red
|
||||
'lbl_messagetext_M.Text = VERAG_VARIABLES.geterrornumb() + "Error bei der Validierung des Kennwortes."
|
||||
lbl_messagetext_M.ForeColor = Drawing.Color.Red
|
||||
lbl_messagetext_M.Text = VERAG_VARIABLES.geterrornumb() + "Error bei der Validierung des Kennwortes."
|
||||
End If
|
||||
Catch ex As Exception
|
||||
lbl_messagetext.Text = ex.Message
|
||||
@@ -246,7 +246,7 @@ Partial Class login_Change_PW
|
||||
ElseIf tempstr = "Error01" Then
|
||||
regexval_txt_Pw.ForeColor = Drawing.Color.MediumVioletRed
|
||||
VERAG_VARIABLES.seterrorcount(2)
|
||||
'regexval_txt_Pw.Text = VERAG_VARIABLES.geterrornumb + "Passwords could not be found!"
|
||||
regexval_txt_Pw.Text = VERAG_VARIABLES.geterrornumb + "Passwort konnte nicht erfolgreich geändert werden!"
|
||||
' Msg = "PW nicht erfolgreich geändert!"
|
||||
' Style = vbAbortRetryIgnore + vbCritical + vbDefaultButton1
|
||||
' Title = "Error"
|
||||
@@ -268,7 +268,7 @@ Partial Class login_Change_PW
|
||||
' btn_submitpw.Enabled = True
|
||||
Else
|
||||
lbl_messagetext.ForeColor = Drawing.Color.Red
|
||||
lbl_messagetext.Text = "No matching Passwords found!"
|
||||
lbl_messagetext.Text = "Passwörter stimmen nicht überein."
|
||||
'btn_submitpw.Enabled = False
|
||||
End If
|
||||
End Sub
|
||||
@@ -302,7 +302,7 @@ Partial Class login_Change_PW
|
||||
'btn_submitpw_M.Enabled = True
|
||||
Else
|
||||
lbl_messagetext_M.ForeColor = Drawing.Color.Red
|
||||
lbl_messagetext_M.Text = "No matching Passwords found. Try again!"
|
||||
lbl_messagetext_M.Text = "Passwörter stimmen nicht überein."
|
||||
'btn_submitpw.Enabled = False
|
||||
End If
|
||||
End Sub
|
||||
@@ -347,7 +347,7 @@ Partial Class login_Change_PW
|
||||
tempstr = txt_Pw_M.Text
|
||||
Else
|
||||
lbl_messagetext_M.ForeColor = Drawing.Color.Red
|
||||
lbl_messagetext_M.Text = "The Passwords have to differ from the older ones."
|
||||
lbl_messagetext_M.Text = "Die gewählten Passwörter dürfen nicht dem alten entsprechen!"
|
||||
End If
|
||||
End If
|
||||
dr.Close()
|
||||
@@ -381,7 +381,7 @@ Partial Class login_Change_PW
|
||||
If String.Equals(usrname, VERAG_PROG_ALLGEMEIN.cCryptography2.Decrypt("Par2"), CompareMethod.Text) = True Then
|
||||
cmd.ExecuteNonQuery()
|
||||
regexval_txt_Pw_M.ForeColor = Drawing.Color.Green
|
||||
regexval_txt_Pw_M.Text = "Passwort has been changed successfully!"
|
||||
regexval_txt_Pw_M.Text = "Passwort wurde erfolgreich geändert!"
|
||||
End If
|
||||
End Using
|
||||
con.Close()
|
||||
@@ -398,7 +398,7 @@ Partial Class login_Change_PW
|
||||
ElseIf tempstr = "Error01" Then
|
||||
regexval_txt_Pw_M.ForeColor = Drawing.Color.MediumVioletRed
|
||||
VERAG_VARIABLES.seterrorcount(2)
|
||||
'regexval_txt_Pw_M.Text = VERAG_VARIABLES.geterrornumb + "Passwort konnte nicht erfolgreich geändert werden!"
|
||||
regexval_txt_Pw_M.Text = VERAG_VARIABLES.geterrornumb + "Passwort konnte nicht erfolgreich geändert werden!"
|
||||
' Msg = "PW nicht erfolgreich geändert!"
|
||||
' Style = vbAbortRetryIgnore + vbCritical + vbDefaultButton1
|
||||
' Title = "Error"
|
||||
|
||||
@@ -95,10 +95,14 @@
|
||||
font-size: 11px;
|
||||
border: 1px solid gray;
|
||||
width: 395px;
|
||||
height: 713px;
|
||||
height: 713px;
|
||||
|
||||
}
|
||||
|
||||
#lbl_Ueberschrift_M {
|
||||
background-color: #003680;
|
||||
font-size: 1.85em;
|
||||
color: #fff;
|
||||
}
|
||||
#lbl_login_M {
|
||||
background-color: #003680;
|
||||
font-size: 2em;
|
||||
@@ -287,12 +291,12 @@
|
||||
<table id="tbl_main" cellpadding="0" style="margin: 50% auto 50% auto; border:none;">
|
||||
<tr style="color:#003680;height:48px;">
|
||||
<td>
|
||||
<asp:LinkButton ID="btn_Back" runat="server" CssClass="btn btn-primary" Width="265px" CausesValidation="false" Text="Back" OnClick="btn_Back_Click" style="margin-left:49px;height:31px;font-weight:300;font-size:20px;text-align:center"><center><label for="btn_Back" runat="server">Back</label></center></asp:LinkButton>
|
||||
<asp:Button ID="btn_Back" runat="server" Width="265" CausesValidation="false" Text="Back" OnClick="btn_Back_Click" style="margin-left:49px;height:31px;font-weight:300;font-size:20px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:32px;font-size:14px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
<asp:Label ID="lbl_login" Text="Forgot your Password?" runat="server" style="color:#003680; margin-top:4px;margin-left:62px;font-weight:300;font-size:23px"></asp:Label>
|
||||
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:79px;font-size:19px;font-weight:300"></asp:Label>
|
||||
</td></tr>
|
||||
<!-- <tr style=" background-color:#fff; color:#003680; height:30px;font-size:12px">
|
||||
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
@@ -326,24 +330,29 @@
|
||||
<asp:RegularExpressionValidator ID="check_UserName_regex" ErrorMessage="The Username don't meet the requirements. Try again." ControlToValidate="txt_Username" ValidationGroup="val-desk" runat="server" Display="Dynamic" SetFocusOnError="false" ForeColor="Red" ValidationExpression="([a-zA-Z1-9]{4,30})"></asp:RegularExpressionValidator>
|
||||
<asp:RegularExpressionValidator ControlToValidate="txtEmail" runat="server" ID="regexval_txt_Email_2" ValidationGroup="val-desk" ValidationExpression="[\w\.]{0,2}\@[\w]+(?:\.[\w]{3}|\.[\w]{2}\.[\w]{2}|\.[\w]{2})\b" Display="Dynamic" ForeColor="Red" ErrorMessage="Die Zeichenfolge stimmt nicht mit den Kriterien einer E-Mail überein" SetFocusOnError="true"></asp:RegularExpressionValidator>
|
||||
<asp:RegularExpressionValidator ControlToValidate="txtEmail" runat="server" ID="regexval_txt_Email" ValidationGroup="val-desk" ValidationExpression="[\w\.]{0,2}\@(\bverag.ag\b)" Display="Dynamic" SetFocusOnError="true" style="font-size:1em" ErrorMessage="Die Zeichenfolge stimmt nicht mit den Kriterien der Domäne überein" ForeColor="Red"></asp:RegularExpressionValidator>
|
||||
</td></tr>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Button Text="back" ID="btn_BACKafterlogin" style="background-color:#003680;color:#fff;visibility:hidden" runat="server" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!--Smartphone-Bildschirme-->
|
||||
<div class="d-md-none">
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin:40% 50% 50% 4px; border: none;">
|
||||
<tr style="color:#003680;height:55px;margin-top:-80px">
|
||||
<tr style="color:#003680;height:65px;margin-top:-70px">
|
||||
<td>
|
||||
<asp:Button ID="btn_Back_M" runat="server" CssClass="btn btn-small btn-primary" Width="325px" Text="Back" OnClick="btn_Back_Click" Height="38px"/>
|
||||
<asp:Button ID="btn_Back_M" runat="server" Text="Back" OnClick="btn_Back_Click" Height="37px"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:92px;">
|
||||
<td align="left" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
||||
<asp:Label ID="lbl_Ueberschrift_M" Text="Forgot your password?" runat="server" style="margin-left:45px;margin-top:18px;font-size:26px;color:#003680;font-weight:300"></asp:Label>
|
||||
<asp:Label ID="lbl_PWvergessen_M" Text="Forgot your password?" runat="server" style="color:#003680; margin-left:61px;font-size:19px; "></asp:Label>
|
||||
</td></tr>
|
||||
<tr style="color:#003680;height:20px;margin-top:-10px">
|
||||
<td>
|
||||
<asp:Label ID="lbl_filldatahere_M" Text="Fill in your data here" runat="server" style="color:#003680;margin-left:72px;font-weight:300" Font-Size="22px"></asp:Label>
|
||||
<asp:Label ID="lbl_filldatahere_M" Text="Fill in your data here" runat="server" style="color:#003680;margin-left:67px;font-weight:300" Font-Size="22px"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:40px; margin-top:30px">
|
||||
@@ -361,11 +370,7 @@
|
||||
<asp:TextBox ID="txt_Username_M" runat="server" CssClass="bg-user-icon" ValidationGroup="val-mobil" Placeholder="Username" Font-Size="2.025em" Width="325px" style="margin-left:25px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" OnClick="this.value='';" />
|
||||
<asp:RequiredFieldValidator ID="valreqtxtusername_M" ForeColor="Red" ControlToValidate="txt_Username_M" ValidationGroup="val-mobil" runat="server" Text="" ErrorMessage="*" SetFocusOnError="true"></asp:RequiredFieldValidator>
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:35px;"><td>
|
||||
<asp:Button ID="btn_Send_M" runat="server" Text="Send" CssClass="btn btn-small btn-primary" Width="325px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-top:16px;margin-left:22px;border:none" OnClick="btn_Send_M_Click" Height="38px" />
|
||||
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:50px;margin-top:20px">
|
||||
<tr style="color:#003680; height:50px;">
|
||||
<td align="right" colspan="2">
|
||||
<asp:Label ID="lblMessage_M" Font-Size="24px" runat="server" />
|
||||
<asp:RegularExpressionValidator ID="valid_getNumber_M_Input" ControlToValidate="txt_CustomerID_M" ValidationGroup="val-mobil" ForeColor="Red" Font-Size="24px" runat="server" style="margin-left:22px;" Display="Dynamic" SetFocusOnError="false" ValidationExpression="[0-9]{1,10}" ErrorMessage="The Customer-ID is not valid."></asp:RegularExpressionValidator>
|
||||
@@ -373,7 +378,10 @@
|
||||
<asp:RegularExpressionValidator ControlToValidate="txtEmail_M" ForeColor="Red" Font-Size="24px" runat="server" ID="regexval_txt_Email_M" ValidationGroup="val-mobil" ValidationExpression="[a-zA-Z]{2}\@(\bverag.ag\b)" Display="Dynamic" ErrorMessage="" SetFocusOnError="true"></asp:RegularExpressionValidator>
|
||||
<asp:RegularExpressionValidator ID="check_UserName_regex_M" ForeColor="Red" Font-Size="24px" ErrorMessage="Try again. The Username don't meet the rquirements." ControlToValidate="txt_Username_M" ValidationGroup="val-mobil" runat="server" Display="Dynamic" SetFocusOnError="true" ValidationExpression="([a-zA-Z1-9]{4,30})"></asp:RegularExpressionValidator>
|
||||
</td></tr>
|
||||
<tr style="color:#003680; height:40px;"><td>
|
||||
<asp:Button ID="btn_Send_M" runat="server" Text="Send" Width="325px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:22px;border:none" OnClick="btn_Send_M_Click" Height="37px" />
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -62,13 +62,13 @@ Partial Class ForgotPW
|
||||
regexval_txt_Email_2.Validate()
|
||||
If regexval_txt_Email_2.IsValid = True Then
|
||||
email = txtEmail.Text
|
||||
lblMessage.ForeColor = Drawing.Color.Green
|
||||
lblMessage.ForeColor = Drawing.Color.Lime
|
||||
lblMessage.Text = "E-mail Addresse ist validiert.."
|
||||
End If
|
||||
Else
|
||||
regexval_txt_Email.Validate()
|
||||
If regexval_txt_Email.IsValid = True Then
|
||||
lblMessage.ForeColor = Drawing.Color.Green
|
||||
lblMessage.ForeColor = Drawing.Color.Lime
|
||||
lblMessage.Text = "E-mail Adresse ist korrekt."
|
||||
email = txtEmail.Text
|
||||
End If
|
||||
@@ -98,7 +98,7 @@ Partial Class ForgotPW
|
||||
Else
|
||||
username = txt_Username.Text
|
||||
isusrnmright = True
|
||||
check_UserName_regex.ForeColor = Drawing.Color.Green
|
||||
check_UserName_regex.ForeColor = Drawing.Color.Lime
|
||||
check_UserName_regex.ErrorMessage = "Ein korrekter Benutzername ist eingegeben worden."
|
||||
End If
|
||||
End If
|
||||
@@ -147,7 +147,7 @@ Partial Class ForgotPW
|
||||
ElseIf String.IsNullOrEmpty(txt_Username.Text) = True Then
|
||||
check_UserName_regex.MatchTimeout = 3000
|
||||
VERAG_VARIABLES.seterrorcount(5)
|
||||
check_UserName_regex.ErrorMessage = "Kein passender Benutzername wurde in der Datenbank gefunden!"
|
||||
check_UserName_regex.ErrorMessage = VERAG_VARIABLES.geterrornumb + "Kein passender Benutzername wurde in der Datenbank gefunden!"
|
||||
isusrnmright = False
|
||||
Try
|
||||
check_UserName_regex.Validate()
|
||||
@@ -164,7 +164,7 @@ Partial Class ForgotPW
|
||||
lblMessage.ForeColor = Color.Red
|
||||
isemailright = False
|
||||
VERAG_VARIABLES.seterrorcount(6)
|
||||
lblMessage.Text = "Die eingegebene E-Mail passt nicht zum Datenbankeintrag. Bitte erneut versuchen."
|
||||
lblMessage.Text = VERAG_VARIABLES.geterrornumb + "Die eingegebene E-Mail passt nicht zum Datenbankeintrag. Bitte erneut versuchen."
|
||||
Else
|
||||
lblMessage_M.ForeColor = Color.Red
|
||||
isemailright = False
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
align-items: center;
|
||||
width: 395px;
|
||||
height: 613px;
|
||||
margin: 0 auto auto -2px 0px;
|
||||
margin: 0 auto auto -2px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
@@ -125,9 +125,9 @@
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top:50%;
|
||||
bottom: auto;
|
||||
left: -132px;
|
||||
left: -192px;
|
||||
right: 520px;
|
||||
margin: auto auto auto 45px;
|
||||
margin: auto auto auto -2px;
|
||||
}
|
||||
#tbl_main_M {
|
||||
font-family: Arial;
|
||||
@@ -135,7 +135,7 @@
|
||||
border: 1px solid gray;
|
||||
width: 295px;
|
||||
height: 613px;
|
||||
margin: 5px auto auto 0px;
|
||||
margin: auto auto auto -2px;
|
||||
}
|
||||
#lbl_Ueberschrift_M {
|
||||
background-color: #003680;
|
||||
@@ -274,7 +274,7 @@
|
||||
<table id="tbl_main" cellpadding="0" style="margin: 22px 0px 6px 6px; border:none">
|
||||
<tr style="color:#003680; height:30px;">
|
||||
<td align="left" style="color:#fff;font-kerning:auto;">
|
||||
<asp:Label ID="lbl_Ueberschrift" runat="server" style="color:#003680;font-weight:600;font-size:20px;margin-left:36%" Text="Login"></asp:Label>
|
||||
<asp:Label ID="lbl_login" runat="server" Text="Login" style=" color: #003680;font-size: 1.320901320901321em; font-weight: 600; margin-left:162px;"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:46px;">
|
||||
@@ -325,10 +325,10 @@
|
||||
<asp:Login ID = "Login2" runat = "server" OnAuthenticate= "ValidateUser" DisplayRememberMe="true" DestinationPageUrl="../Customers/CustomsAviso.aspx" ValidateRequestMode="Enabled">
|
||||
<LayoutTemplate>
|
||||
<center>
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin: 0px 0px 0px -22px;border:none">
|
||||
<table id="tbl_main_M" cellpadding="0" style="margin: 4px 0px 4px 4px;border:none">
|
||||
<tr style="color:#003680; height:30px;">
|
||||
<td align="left" style="color:#fff;font-kerning:auto;">
|
||||
<asp:Label ID="lbl_Ueberschrift_M" runat="server" Text="Login" style="color: #003680; margin-left:132px;margin-top:20px;font-size:26px;font-weight:600"></asp:Label>
|
||||
<asp:Label ID="lbl_login_M" runat="server" Text="Login" style=" color: #003680;font-size: 2.320901320901321em; font-weight: 800; margin-left:132px;margin-top:20px"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:86px">
|
||||
@@ -356,10 +356,10 @@
|
||||
</tr>
|
||||
<tr style="color:#003680; height:46px;">
|
||||
<td align="left" colspan="2">
|
||||
<asp:CheckBox ID="RememberMe_M" runat="server" ValidationGroup="Login_M" style="margin-left:35px;"/><label for="RememberMe_M" id="lbl_for_chkbox_M">Remember me.</label>
|
||||
<asp:CheckBox ID="RememberMe_M" runat="server" ValidationGroup="Login_M" style="margin-left:22px;"/><label for="RememberMe_M" id="lbl_for_chkbox_M">Remember me.</label>
|
||||
</td>
|
||||
<td align="right" colspan="2">
|
||||
<asp:LinkButton id="btn_ForgotPW_M" runat="server" target="_top" PostBackUrl="ForgotPW.aspx" href="ForgotPW.aspx" style="margin-left:-122px;margin-right:-42px;">I forgot my password</asp:LinkButton>
|
||||
<asp:LinkButton id="btn_ForgotPW_M" runat="server" target="_top" PostBackUrl="ForgotPW.aspx" href="ForgotPW.aspx" style="margin-left:-164px;margin-right:-62px;">I forgot my password</asp:LinkButton>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680; height:12px">
|
||||
|
||||
Reference in New Issue
Block a user