Änderungen GUI

This commit is contained in:
ja
2021-10-22 09:24:45 +02:00
parent 67f0dbd992
commit d89d165ddf
3 changed files with 8 additions and 7 deletions

View File

@@ -448,7 +448,7 @@ Partial Class ForgotPW
ElseIf String.IsNullOrWhiteSpace(HttpContext.Current.Request.ServerVariables("SERVER_NAME")) = True Then
getdomianenvironment = HttpContext.Current.Request.ServerVariables("SERVER_NAME")
'MsgBox(getdomianenvironment)
ServPort = ":" + Request.ServerVariables("SERVER_PORT")
ServPort = String.Empty
'pagename = Request.ServerVariables("SCRIPT_NAME")
mailto = email
Betreff = "Passwort reset"
@@ -585,6 +585,7 @@ Partial Class ForgotPW
End If
Catch ex As Exception
'MsgBox(Err.Number & ex.Message & ex.StackTrace.ToString) 'Falls ein Fehler auftritt wird eine MsgBox angezeigt
lblMessage.Text = "Error12: No Token could be generated! Try to contact the admin."
End Try
Return True
End Function