Korrektes Löschen des Tokens
This commit is contained in:
@@ -246,7 +246,10 @@ Partial Class login_ForgotPW
|
||||
If wenn > DateTime.UtcNow.AddMinutes(-30) Then
|
||||
tokenname = String.Empty
|
||||
'MsgBox("Token has not been found or is too old!" + Environment.NewLine + "Please send a new E-mail!")
|
||||
|
||||
Session.Remove("TokenforEmail")
|
||||
|
||||
|
||||
Return False
|
||||
ElseIf tokenname = "NotYet" Then
|
||||
Session.Remove("TokenforEmail")
|
||||
|
||||
Reference in New Issue
Block a user