diff --git a/login/ForgotPW.aspx.vb b/login/ForgotPW.aspx.vb
index 8741d81..45d158e 100644
--- a/login/ForgotPW.aspx.vb
+++ b/login/ForgotPW.aspx.vb
@@ -241,7 +241,7 @@ Partial Class login_ForgotPW
Dim Ausschusstext2 As String = "und Zinsen zuletzt auf Zölle angerechnet. Zahlbar und klagbar in Schärding oder Ried. Steuer-Zoll-und Tarifauskünfte sind unverbindlich."
Dim Ausschusstext3 As String = "We operate exclusively on the basis of the General Freight Forwarding Terms and Conditions in the respectively applicable version. Payments are initially"
Dim Ausschusstext4 As String = "charged on freight, fees and interests and at last on customs duties. The place of jurisdiction: Schärding / Ried. Tax, customs and tariff information are not binding."
- htmlbody = String.Format("Dear, {0},
Kind regards, VERAG | EDV Support VERAG Spedition AG | A 4975 Suben, Nr. 100 T.+43 7711 2777-xx |support@verag.ag |" + emailnr + "FN xxxxxxx " + Ausschusstext + " " + Ausschusstext2 + " " + Ausschusstext3 + " " + Ausschusstext4 + " ", username, password)
ElseIf String.IsNullOrWhiteSpace(HttpContext.Current.Request.ServerVariables("SERVER_NAME")) = False Then
getdomianenvironment = HttpContext.Current.Request.ServerVariables("SERVER_NAME")
ServPort = String.Empty
@@ -252,7 +252,7 @@ Partial Class login_ForgotPW
Dim Ausschusstext2 As String = "und Zinsen zuletzt auf Zölle angerechnet. Zahlbar und klagbar in Schärding oder Ried. Steuer-Zoll-und Tarifauskünfte sind unverbindlich."
Dim Ausschusstext3 As String = "We operate exclusively on the basis of the General Freight Forwarding Terms and Conditions in the respectively applicable version. Payments are initially"
Dim Ausschusstext4 As String = "charged on freight, fees and interests and at last on customs duties. The place of jurisdiction: Schärding / Ried. Tax, customs and tariff information are not binding."
- htmlbody = String.Format("Dear, {0},
diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb
index fb582a2..3fcec71 100644
--- a/login/login_FLEX.aspx.vb
+++ b/login/login_FLEX.aspx.vb
@@ -62,13 +62,14 @@ Partial Class login_FLEX
End Sub
Protected Sub LoginButton_Click(sender As Object, e As EventArgs)
- Validate()
+ Page.Validate()
End Sub
Protected Sub CustomerID_TextChanged(sender As Object, e As EventArgs)
End Sub
Protected Sub Username_M_TextChanged(sender As TextBox, e As EventArgs)
+
If sender.Text = "" Then
sender.Text = "ID"
End If