Fix text for emails

This commit is contained in:
Johannes Zellner
2017-01-29 14:23:27 -08:00
parent 5b05baeced
commit 8f4813f691
3 changed files with 10 additions and 18 deletions

View File

@@ -2,15 +2,12 @@
Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,
Someone, hopefully you, has requested your <%= cloudronName %> account's password
Someone, hopefully you, has requested your account's password
be reset. If you did not request this reset, please ignore this message.
To reset your password, please visit the following page:
<%= resetLink %>
When you visit the above page, you will be prompted to enter a new password.
After you have submitted the form, you can login using the new password.
Powered by https://cloudron.io
@@ -24,7 +21,7 @@ Powered by https://cloudron.io
<h3>Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,</h3>
<p>
Someone, hopefully you, has requested your <%= cloudronName %> account's password be reset.<br/>
Someone, hopefully you, has requested your account's password be reset.<br/>
If you did not request this reset, please ignore this message.
</p>
@@ -32,16 +29,11 @@ Powered by https://cloudron.io
<a href="<%= resetLink %>">Click to reset your password</a>
</p>
<p>
When you visit the above page, you will be prompted to enter a new password.<br/>
After you have submitted the form, you can login using the new password.
</p>
<br/>
<br/>
<div style="font-size: 10px; color: #333333; background: #ffffff;">
Powered by <a href="https://cloudron.io">Cloudron</a>.
Powered by <a href="https://cloudron.io">Cloudron</a>
</div>
</center>