aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-07-31 07:27:15 -0700
committerAnton Tananaev <anton@traccar.org>2022-07-31 07:27:15 -0700
commitccaa4d13d81901d7001d32795c36b9be53d4c244 (patch)
treed5fc673caa1d3af2016c9614a231e807faa9e109 /templates
parentf028f926ad1c59268c591d1f095f0f77e36a814a (diff)
downloadtrackermap-server-ccaa4d13d81901d7001d32795c36b9be53d4c244.tar.gz
trackermap-server-ccaa4d13d81901d7001d32795c36b9be53d4c244.tar.bz2
trackermap-server-ccaa4d13d81901d7001d32795c36b9be53d4c244.zip
Other modern cleanup
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 38da10aa3..d380790dc 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/modern/reset-password?passwordReset=$token">$webUrl/modern/reset-password?passwordReset=$token</a><br>
+<a href="$webUrl/reset-password?passwordReset=$token">$webUrl/reset-password?passwordReset=$token</a><br>
</body>
</html>