Add powered by footer to password reset
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,
|
||||
|
||||
Someone, hopefully you, has requested your <%= cloudronName %>'s account password
|
||||
Someone, hopefully you, has requested your <%= cloudronName %> 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:
|
||||
@@ -11,6 +11,10 @@ To reset your password, please visit the following page:
|
||||
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 Cloudron.io
|
||||
|
||||
<% } else { %>
|
||||
|
||||
<center>
|
||||
@@ -20,7 +24,7 @@ After you have submitted the form, you can login using the new password.
|
||||
<h3>Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,</h3>
|
||||
|
||||
<p>
|
||||
Someone, hopefully you, has requested your <%= cloudronName %>'s account password be reset.<br/>
|
||||
Someone, hopefully you, has requested your <%= cloudronName %> account's password be reset.<br/>
|
||||
If you did not request this reset, please ignore this message.
|
||||
</p>
|
||||
|
||||
@@ -33,4 +37,13 @@ After you have submitted the form, you can login using the new password.
|
||||
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>.
|
||||
</div>
|
||||
|
||||
</center>
|
||||
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user