Skip to content

Commit c3e0c38

Browse files
committed
Update reset.tpl
1 parent 26b17d4 commit c3e0c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/templates/mail/password/reset.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<body>
33
<p>Hello {nocache}{$DATA.username}{/nocache},</p><br />
44
<p>You have requested a password reset through our online form. In order to complete the request please follow this link:</p>
5-
<p>http{if $smarty.server.HTTPS|default:"" eq "on"}s{/if}://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=password&action=change&token={nocache}{$DATA.token}{/nocache}</p>
5+
<p><a href="http{if $smarty.server.HTTPS|default:"" eq "on"}s{/if}://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=password&action=change&token={nocache}{$DATA.token}{/nocache}">http{if $smarty.server.HTTPS|default:"" eq "on"}s{/if}://{$smarty.server.SERVER_NAME}{$smarty.server.SCRIPT_NAME}?page=password&action=change&token={nocache}{$DATA.token}{/nocache}</a></p>
66
<p>You will be asked to change your password. You can then use this new password to login to your account.</p>
77
<p>Cheers,</p>
88
<p>{$WEBSITENAME}</p>

0 commit comments

Comments
 (0)