diff --git a/web/reset/index.php b/web/reset/index.php index 0b8670908..e4a7608fb 100644 --- a/web/reset/index.php +++ b/web/reset/index.php @@ -30,7 +30,7 @@ if ((!empty($_POST['user'])) && (empty($_POST['code']))) { } else { $mailtext = __('GREETINGS'); } - $mailtext .= __('PASSWORD_RESET_REQUEST',$hostname,$user,$rkey,$hostname,$user,$rkey); + $mailtext .= __('PASSWORD_RESET_REQUEST',$hostname.":".$_SERVER['SERVER_PORT'],$user,$rkey,$hostname.":".$_SERVER['SERVER_PORT'],$user,$rkey); if (!empty($rkey)) send_email($to, $subject, $mailtext, $from); unset($output); }