diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-02-27 13:02:34 -0800 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-02-27 13:02:34 -0800 |
commit | 1499b12fa782a57dbaef294ddd16ba61d2193cc7 (patch) | |
tree | 4717cccc2ac137e824ca8f5838d4c1093e731349 /templates/full | |
parent | b9117b29226dae6cf945c2dd961c91c29fcb5d8b (diff) | |
download | trackermap-server-1499b12fa782a57dbaef294ddd16ba61d2193cc7.tar.gz trackermap-server-1499b12fa782a57dbaef294ddd16ba61d2193cc7.tar.bz2 trackermap-server-1499b12fa782a57dbaef294ddd16ba61d2193cc7.zip |
Implement password reset API
Diffstat (limited to 'templates/full')
-rw-r--r-- | templates/full/passwordReset.vm | 8 |
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> |