From 1499b12fa782a57dbaef294ddd16ba61d2193cc7 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 27 Feb 2021 13:02:34 -0800 Subject: Implement password reset API --- templates/full/passwordReset.vm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/full/passwordReset.vm (limited to 'templates') 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") + + + +To reset password please click on the following link:
+$webUrl?passwordReset=$token
+ + -- cgit v1.2.3