Skip to content
Snippets Groups Projects
Commit 1b7b3443 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #16626 TIME 0:10 notification new account : Make link clickable

parent 90f62e73
No related branches found
No related tags found
No related merge requests found
......@@ -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
]
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment