diff --git a/src/core/controllers/AuthenticationController.php b/src/core/controllers/AuthenticationController.php index 65e0f8a9412b1a478e5a7b0d243e3b7ef4aa0d4a..fd2c637f35ebed7892771115cccb900ef32cebb3 100755 --- a/src/core/controllers/AuthenticationController.php +++ b/src/core/controllers/AuthenticationController.php @@ -332,7 +332,7 @@ class AuthenticationController 'sender' => 'Notification', 'recipients' => [$args['userEmail']], 'subject' => $lang['notificationNewAccountSubject'], - 'body' => $lang['notificationNewAccountBody'] . $url . $lang['notificationNewAccountId'] . ' ' . $user['login'] . $lang['notificationNewAccountFooter'], + 'body' => $lang['notificationNewAccountBody'] . '<a href="' . $url . '">'.$url.'</a>' . $lang['notificationNewAccountId'] . ' ' . $user['login'] . $lang['notificationNewAccountFooter'], 'isHtml' => true ] ]);