Login Funktion geht nicht mehr
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<%@ import Namespace="MySql.Data.MySqlClient"%>
|
<%@ import Namespace="MySql.Data.MySqlClient"%>
|
||||||
|
<%'Dim url As String = Session.Keys.Item("urltochangepw")%>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
<title>VERAG Spedition AG Passwort vergessen</title>
|
<title>VERAG Spedition AG Passwort vergessen</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
||||||
|
|||||||
@@ -187,7 +187,6 @@ Partial Class login_ForgotPW
|
|||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Function getDateoftoken(tokenname As String) As Boolean
|
Function getDateoftoken(tokenname As String) As Boolean
|
||||||
Dim data() As Byte = Convert.FromBase64String(tokenname)
|
Dim data() As Byte = Convert.FromBase64String(tokenname)
|
||||||
Dim wenn As DateTime = DateTime.FromBinary(BitConverter.ToInt64(data, 0))
|
Dim wenn As DateTime = DateTime.FromBinary(BitConverter.ToInt64(data, 0))
|
||||||
|
|||||||
@@ -130,8 +130,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr style="color:#003680; height:23px;">
|
<tr style="color:#003680; height:23px;">
|
||||||
<td align="left" colspan="4">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user