mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
1f3fdd5d0a
* 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>
11 lines
197 B
HTML
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> |