Login System verbessert.

This commit is contained in:
ja
2021-10-07 09:01:09 +02:00
parent 3e998effa8
commit 33a6aab22d

View File

@@ -46,10 +46,9 @@ Partial Class login_ChangePW
Style = vbAbortRetryIgnore + vbCritical + vbDefaultButton1
Title = "Error"
MsgBox(Msg, Style, Title)
If MsgBox(Msg, Style, Title).Retry Then
Response.Redirect("ChangePW.aspx")
Response.Redirect(Request.RawUrl)
ElseIf MsgBox(Msg, Style, Title).Abort Then
Response.Redirect("../newPageJulius_Sidebar.aspx")
ElseIf MsgBox(Msg, Style, Title).Ignore Then