diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-21 18:45:13 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-21 18:45:13 -0700 |
commit | 708f04be5d9a25bd9d217127680a61f307cb8ef2 (patch) | |
tree | 979cdad7578a47f2693f28416eb57b3a2f4b1736 /templates | |
parent | 4c03090e81d15d328f51546ef518e7b8823c0fa6 (diff) | |
download | trackermap-server-708f04be5d9a25bd9d217127680a61f307cb8ef2.tar.gz trackermap-server-708f04be5d9a25bd9d217127680a61f307cb8ef2.tar.bz2 trackermap-server-708f04be5d9a25bd9d217127680a61f307cb8ef2.zip |
Fix password reset link text
Diffstat (limited to 'templates')
-rw-r--r-- | templates/full/passwordReset.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/passwordReset.vm b/templates/full/passwordReset.vm index 45c88f5b3..38da10aa3 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?passwordReset=$token</a><br> +<a href="$webUrl/modern/reset-password?passwordReset=$token">$webUrl/modern/reset-password?passwordReset=$token</a><br> </body> </html> |