diff --git a/login/Change_PW.aspx b/login/Change_PW.aspx
index a618e30..d3f0a0a 100644
--- a/login/Change_PW.aspx
+++ b/login/Change_PW.aspx
@@ -198,7 +198,7 @@
|
-
+
|
diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb
index 675e0c8..29220b2 100644
--- a/login/ForgotPW.aspx.vb
+++ b/login/ForgotPW.aspx.vb
@@ -294,13 +294,13 @@ Partial Class ForgotPW
If regexval_2_txt_Email_M.IsValid = True Then
email = txtEmail_M.Text
lblMessage_M.ForeColor = Drawing.Color.Lime
- lblMessage_M.Text = "E-mail Adresse ist validiert.."
+ lblMessage_M.Text = "E-Mail Adresse ist validiert.."
End If
Else
regexval_txt_Email.Validate()
If regexval_2_txt_Email_M.IsValid = True Then
lblMessage_M.ForeColor = Drawing.Color.Lime
- lblMessage_M.Text = "E-mail Adresse ist korrekt."
+ lblMessage_M.Text = "E-Mail Adresse ist korrekt."
email = txtEmail_M.Text
End If
End If
diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb
index 7a196d1..eacf20d 100644
--- a/login/login_FLEX.aspx.vb
+++ b/login/login_FLEX.aspx.vb
@@ -187,11 +187,11 @@ Partial Class login_FLEX
dr.Close()
con.Close()
End Using
- Using cmd2 As New SqlCommand("UPDATE [VERAG_HOMEPAGE].[dbo].[Users] SET [LastLoginDate]=@Date WHERE [Username]=@Username AND [UserId]=@UserId AND Password=@Password")
+ Using cmd2 As New SqlCommand("UPDATE [VERAG_HOMEPAGE].[dbo].[Users] SET [LastLoginDate]=@Date WHERE [Username]=@Username AND [KundenNr]=@KundenNr AND Password=@Password")
cmd2.Parameters.AddWithValue("Date", Date.Now.ToString)
cmd2.Parameters.AddWithValue("Username", UserNaMe)
cmd2.Parameters.AddWithValue("KundenNr", Customer_ID)
- cmd2.Parameters.AddWithValue("Password",passw)
+ cmd2.Parameters.AddWithValue("Password", passw)
cmd2.Connection = con
con.Open()
cmd2.ExecuteNonQuery()