aboutsummaryrefslogtreecommitdiff
path: root/templates/full/passwordReset.vm
blob: 45c88f5b3041f4c1453ae0a5f381befd68fc4618 (plain)
1
2
3
4
5
6
7
8
#set($subject = "Password reset")
<!DOCTYPE html>
<html>
<body>
To reset password please click on the following link:<br>
<a href="$webUrl/modern/reset-password?passwordReset=$token">$webUrl?passwordReset=$token</a><br>
</body>
</html>