plane/apiserver/templates/emails/auth/forgot_password.html
Aaryan Khandelwal 1f3fdd5d0a
feat: reset password page for self-hosted added (#1221)
* feat: reset password page for self-hosted added

* chore: change reset password workflow

* dev: update email template for reset password

* chore: updated restricted workspace slugs list

---------

Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
2023-06-06 21:36:13 +05:30

11 lines
197 B
HTML

<!DOCTYPE html>
<html>
<p>
Dear {{first_name}},<br /><br />
Here is the link to reset your password.
<br />
Link: {{forgot_password_url}}
<br /><br />
Thank you
</p>
</html>