Änderungen

This commit is contained in:
ja
2021-11-22 12:58:47 +01:00
parent 3f5cf7b570
commit 2c0daf1cc2

View File

@@ -172,13 +172,11 @@ Partial Class login_FLEX
VERAG_VARIABLES.seterrorcount(9)
Login1.FailureText = VERAG_VARIABLES.geterrornumb + "Password is not in the database!"
End If
MsgBox("Erfolgreich validiert.")
'MsgBox("Erfolgreich validiert.")
Session.Add("test", UserNaMe)
Session.Add("CustomerID", Customer_ID)
Session.Add("PW", passw)
'FormsAuthentication.SetAuthCookie(Login1.UserName, True)
'Response.Redirect("../Customers/CustomsAviso.aspx")
Exit Select
End Select
End If