aboutsummaryrefslogtreecommitdiff
path: root/templates/full
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full')
-rw-r--r--templates/full/passwordReset.vm8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/full/passwordReset.vm b/templates/full/passwordReset.vm
new file mode 100644
index 000000000..fe692ba1d
--- /dev/null
+++ b/templates/full/passwordReset.vm
@@ -0,0 +1,8 @@
+#set($subject = "Password reset")
+<!DOCTYPE html>
+<html>
+<body>
+To reset password please click on the following link:<br>
+<a href="$webUrl?passwordReset=$token">$webUrl?passwordReset=$token</a><br>
+</body>
+</html>