Änderungen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user