Änderung Inhaltseiten im kundenbereich sind nun oben an der Seite. Dort ist nun der 100 m Abstand nicht mehr!
This commit is contained in:
@@ -585,7 +585,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav></div>
|
</nav></div>
|
||||||
<!-- Container zur Ausrichtung des Contents-->
|
<!-- Container zur Ausrichtung des Contents-->
|
||||||
<div style="margin-left:5px;margin-right:5px">
|
<div style="margin-left:5px;margin-right:5px;margin-top:-110px">
|
||||||
<div style="height:95px;"></div>
|
<div style="height:95px;"></div>
|
||||||
<form id="leftLinks" runat="server" style="float:initial">
|
<form id="leftLinks" runat="server" style="float:initial">
|
||||||
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
.g-3 {
|
.g-3 {
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media (max-width: 558.98px) {
|
@media (max-width: 558.98px) {
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -697,12 +697,11 @@ Partial Class ForgotPW
|
|||||||
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
|
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
|
||||||
Return token
|
Return token
|
||||||
Catch Ex As Exception
|
Catch Ex As Exception
|
||||||
Dim Msg, Style, Title As String
|
'Dim Msg, Style, Title As String
|
||||||
Msg = "Token Generation failed" & vbCrLf & "A new E-mail has been sent to the intern e-mail given."
|
'Msg = "Token Generation failed" & vbCrLf & "A new E-mail has been sent to the intern e-mail given."
|
||||||
Style = vbRetry + vbExclamation + vbDefaultButton1
|
'Style = vbRetry + vbExclamation + vbDefaultButton1
|
||||||
Title = "Error05: Token-Generierung"
|
'Title = "Error05: Token-Generierung"
|
||||||
'MsgBox(Msg, Style, Title)
|
'MsgBox(Msg, Style, Title)
|
||||||
|
|
||||||
'If MsgBox(Msg, Style, Title).Retry Then
|
'If MsgBox(Msg, Style, Title).Retry Then
|
||||||
'genToken(username, password, email)
|
'genToken(username, password, email)
|
||||||
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
|
token = VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(Convert.ToBase64String(time.Concat(Key).ToArray()))
|
||||||
@@ -766,7 +765,6 @@ Partial Class ForgotPW
|
|||||||
htmlbody = "<p> Der User " + txt_Username_M.Text + "hat eine ungültige oder geänderte Session-ID </p> <table><th><td>User</td></th><th><td>neue ID</td></th><tr><td>" + txt_Username_M.Text + "</td><td>" + Session.SessionID + "</td></tr></table>"
|
htmlbody = "<p> Der User " + txt_Username_M.Text + "hat eine ungültige oder geänderte Session-ID </p> <table><th><td>User</td></th><th><td>neue ID</td></th><tr><td>" + txt_Username_M.Text + "</td><td>" + Session.SessionID + "</td></tr></table>"
|
||||||
End If
|
End If
|
||||||
VERAG_PROG_ALLGEMEIN.cProgramFunctions.sendMail(mailto, Betreff, htmlbody)
|
VERAG_PROG_ALLGEMEIN.cProgramFunctions.sendMail(mailto, Betreff, htmlbody)
|
||||||
|
|
||||||
Return False
|
Return False
|
||||||
Else
|
Else
|
||||||
Return True
|
Return True
|
||||||
|
|||||||
Reference in New Issue
Block a user