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