From 9c9af1e02ab7fea6465bf83b9b10d13197184e3d Mon Sep 17 00:00:00 2001 From: Luiz Kill Date: Thu, 21 Jul 2022 12:01:54 -0300 Subject: Fixes passwordReset.vm template Adds the reset-password endpoint to the reset link. --- templates/full/passwordReset.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ To reset password please click on the following link:
-$webUrl?passwordReset=$token
+$webUrl?passwordReset=$token
-- cgit v1.2.3