-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1075 from ChildMindInstitute/binho/M2-5085-reset-…
…password-copy M2-5085: Update copy for reset password email
- Loading branch information
Showing
2 changed files
with
35 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
If you have had any issues creating an account or joining someone else’s applet, please | ||
<a href="https://mindlogger.atlassian.net/servicedesk/customer/portal/1/group/1/create/12">write | ||
to us</a> for help. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
Need help? <a href="https://mindlogger.atlassian.net/servicedesk/customer/portals">Visit our Help Center</a>. | ||
</td> | ||
</tr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,34 @@ | ||
<html style="max-width: 700px" lang="en"> | ||
<body> | ||
{% include 'header.html' %} | ||
<table style="padding: 0"> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
A password reset has been requested. Please use this <a href="{{url}}">link</a> to reset your password. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
The link will expire in 15 minutes. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
If you did not initiate this temporary access request, you can ignore this email. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
Please be aware that if you update your password, the data that has been previously recorded will be deleted. | ||
</td> | ||
</tr> | ||
{% include 'blocks/write_us_en.html' %} | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
Thanks, | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
Team MindLogger | ||
</td> | ||
</tr> | ||
|
||
</table> | ||
{% include 'footers/footer_contact_us_en.html' %} | ||
<body> | ||
{% include 'header.html' %} | ||
<table style="padding: 0"> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
We received a request to reset your password. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
<a href="{{url}}">Click this link</a> to reset your password now. The link will expire in 15 minutes. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
If you did not make this request, you can ignore this email. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding-bottom: 1%"> | ||
After updating your password, you won’t see your past data in the app. But don’t worry, we still have it. | ||
</td> | ||
</tr> | ||
{% include 'blocks/write_us_en.html' %} | ||
<tr> | ||
<td style="padding-bottom: 1%">– The MindLogger Team</td> | ||
</tr> | ||
</table> | ||
{% include 'footers/footer_contact_us_en.html' %} | ||
</body> | ||
|
||
</html> | ||
</html> |