Skip to content

Commit

Permalink
Merge pull request #1075 from ChildMindInstitute/binho/M2-5085-reset-…
Browse files Browse the repository at this point in the history
…password-copy

M2-5085: Update copy for reset password email
  • Loading branch information
binho authored Feb 12, 2024
2 parents fa68efd + 96114ed commit dfbf240
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 44 deletions.
12 changes: 5 additions & 7 deletions src/apps/mailing/static/templates/blocks/write_us_en.html
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>
67 changes: 30 additions & 37 deletions src/apps/mailing/static/templates/reset_password_en.html
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>

0 comments on commit dfbf240

Please sign in to comment.