Login System verbessert.
This commit is contained in:
@@ -46,10 +46,9 @@ Partial Class login_ChangePW
|
|||||||
Style = vbAbortRetryIgnore + vbCritical + vbDefaultButton1
|
Style = vbAbortRetryIgnore + vbCritical + vbDefaultButton1
|
||||||
Title = "Error"
|
Title = "Error"
|
||||||
|
|
||||||
|
|
||||||
MsgBox(Msg, Style, Title)
|
MsgBox(Msg, Style, Title)
|
||||||
If MsgBox(Msg, Style, Title).Retry Then
|
If MsgBox(Msg, Style, Title).Retry Then
|
||||||
Response.Redirect("ChangePW.aspx")
|
Response.Redirect(Request.RawUrl)
|
||||||
ElseIf MsgBox(Msg, Style, Title).Abort Then
|
ElseIf MsgBox(Msg, Style, Title).Abort Then
|
||||||
Response.Redirect("../newPageJulius_Sidebar.aspx")
|
Response.Redirect("../newPageJulius_Sidebar.aspx")
|
||||||
ElseIf MsgBox(Msg, Style, Title).Ignore Then
|
ElseIf MsgBox(Msg, Style, Title).Ignore Then
|
||||||
|
|||||||
Reference in New Issue
Block a user