Änderung Design + Funktion Mobil auch erfolgreich gefixed.
This commit is contained in:
@@ -345,9 +345,9 @@ Partial Class ForgotPW
|
||||
username = dr("Username").ToString()
|
||||
password = dr("Password").ToString()
|
||||
email = dr("Email").ToString()
|
||||
customerID = dr("UserId").ToString()
|
||||
customerID = dr("KundenNr").ToString()
|
||||
Try
|
||||
If (txt_CustomerID_M.Text = dr("userId").ToString() AndAlso String.IsNullOrEmpty(txt_CustomerID.Text) = True) And String.IsNullOrEmpty(customerID) = True Then
|
||||
If (txt_CustomerID_M.Text = dr("KundenNr").ToString() AndAlso String.IsNullOrEmpty(txt_CustomerID.Text) = True) And String.IsNullOrEmpty(customerID) = False Then
|
||||
customerID = txt_CustomerID_M.Text
|
||||
lblMessage_M.ForeColor = Color.Green
|
||||
isuserIDright = True
|
||||
@@ -383,7 +383,7 @@ Partial Class ForgotPW
|
||||
Title = "Authentication error!"
|
||||
End Try
|
||||
Try
|
||||
If (txt_Username_M.Text = dr("Username").ToString() AndAlso String.IsNullOrEmpty(txt_Username_M.Text) = True) And String.IsNullOrEmpty(customerID) = True Then
|
||||
If (txt_Username_M.Text = dr("Username").ToString() AndAlso String.IsNullOrEmpty(txt_Username.Text) = True) And String.IsNullOrEmpty(customerID) = False Then
|
||||
username = txt_Username_M.Text
|
||||
lblMessage_M.ForeColor = Color.Green
|
||||
isusernameright = True
|
||||
|
||||
Reference in New Issue
Block a user