Errorfixes
This commit is contained in:
@@ -111,7 +111,7 @@ Partial Class login_Change_PW
|
|||||||
tempstr = "Error01"
|
tempstr = "Error01"
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If txt_Pw.Text = tempstr And txt_Pw_WH.Text = tempstr AndAlso String.IsNullOrEmpty(txt_Pw_M.Text) = True And String.IsNullOrEmpty(txt_Pw_WH_M.Text) = True Then
|
If txt_Pw.Text = tempstr And txt_Pw_WH.Text = tempstr AndAlso String.IsNullOrEmpty(txt_Pw_M.Text) = True And String.IsNullOrEmpty(txt_Pw_WH_M.Text) = True And tempstr = Not "Error01" Then
|
||||||
Try
|
Try
|
||||||
Dim ConnectionString = ""
|
Dim ConnectionString = ""
|
||||||
Dim usrname = VERAG_PROG_ALLGEMEIN.cCryptography2.Decrypt(Request.QueryString("Par2"))
|
Dim usrname = VERAG_PROG_ALLGEMEIN.cCryptography2.Decrypt(Request.QueryString("Par2"))
|
||||||
@@ -146,7 +146,7 @@ Partial Class login_Change_PW
|
|||||||
' If MsgBox(Msg, Style, Title).Ok Then
|
' If MsgBox(Msg, Style, Title).Ok Then
|
||||||
'Response.Redirect("login_FLEX.aspx")
|
'Response.Redirect("login_FLEX.aspx")
|
||||||
'End If
|
'End If
|
||||||
ElseIf txt_Pw_M.Text = tempstr And txt_Pw_WH_M.Text = tempstr AndAlso String.IsNullOrEmpty(txt_Pw.Text) = True And String.IsNullOrEmpty(txt_Pw_M.Text) = True Then
|
ElseIf txt_Pw_M.Text = tempstr And txt_Pw_WH_M.Text = tempstr AndAlso String.IsNullOrEmpty(txt_Pw.Text) = True And String.IsNullOrEmpty(txt_Pw_M.Text) = True And tempstr = Not "Error01" Then
|
||||||
Try
|
Try
|
||||||
Dim ConnectionString = ""
|
Dim ConnectionString = ""
|
||||||
Dim usrname = VERAG_PROG_ALLGEMEIN.cCryptography2.Decrypt(Request.QueryString("Par2"))
|
Dim usrname = VERAG_PROG_ALLGEMEIN.cCryptography2.Decrypt(Request.QueryString("Par2"))
|
||||||
|
|||||||
Reference in New Issue
Block a user