Login Funktion geht nicht mehr

This commit is contained in:
ja
2021-10-11 16:29:45 +02:00
parent 2a66d305e4
commit 6d81aa22a3
3 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@ import Namespace="MySql.Data.MySqlClient"%>
<%'Dim url As String = Session.Keys.Item("urltochangepw")%>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>VERAG Spedition AG Passwort vergessen</title>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>

View File

@@ -187,7 +187,6 @@ Partial Class login_ForgotPW
End Function
Function getDateoftoken(tokenname As String) As Boolean
Dim data() As Byte = Convert.FromBase64String(tokenname)
Dim wenn As DateTime = DateTime.FromBinary(BitConverter.ToInt64(data, 0))

View File

@@ -131,7 +131,7 @@
<tr style="color:#003680; height:23px;">
<td align="left" colspan="4">
<a ID="LinkButton2" runat="server" target="_top" href="ForgotPW.aspx?urlofchangepwpage=<%=url%>">Passwort Vergessen</a>
<a ID="LinkButton2" runat="server" target="_top" href="ForgotPW.aspx">Passwort Vergessen</a>
</td>
</tr>
</table>