Änderungen GUI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user