aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuiz Kill <luizkill@gmail.com>2022-07-21 12:01:54 -0300
committerGitHub <noreply@github.com>2022-07-21 12:01:54 -0300
commit9c9af1e02ab7fea6465bf83b9b10d13197184e3d (patch)
tree1836408d9d12c30ebe486f41127c6f832e39b71f /templates
parentd42f935e4119fb87002b8b275c4237290ef7f12b (diff)
downloadtrackermap-server-9c9af1e02ab7fea6465bf83b9b10d13197184e3d.tar.gz
trackermap-server-9c9af1e02ab7fea6465bf83b9b10d13197184e3d.tar.bz2
trackermap-server-9c9af1e02ab7fea6465bf83b9b10d13197184e3d.zip
Fixes passwordReset.vm template
Adds the reset-password endpoint to the reset link.
Diffstat (limited to 'templates')
-rw-r--r--templates/full/passwordReset.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/passwordReset.vm b/templates/full/passwordReset.vm
index fe692ba1d..45c88f5b3 100644
--- a/templates/full/passwordReset.vm
+++ b/templates/full/passwordReset.vm
@@ -3,6 +3,6 @@
<html>
<body>
To reset password please click on the following link:<br>
-<a href="$webUrl?passwordReset=$token">$webUrl?passwordReset=$token</a><br>
+<a href="$webUrl/modern/reset-password?passwordReset=$token">$webUrl?passwordReset=$token</a><br>
</body>
</html>