Files
shiftcraft/pocketbase/pb_hooks/templates/en/passwortReset.html
2026-04-17 23:26:01 +00:00

16 lines
422 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Hello,</p>
<p>Click on the button below to reset your password.</p>
<p>
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-password-reset/{{.token}}" target="_blank" rel="noopener">Reset password</a>
</p>
<p><i>If you didn't ask to reset your password, you can ignore this email.</i></p>
<p>
Thanks,<br/>
{{.appName}} team
</p>
</body>
</html>