26 lines
561 B
Plaintext
26 lines
561 B
Plaintext
<center>
|
|
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
|
|
|
<h3>{{ passwordResetEmail.salutation }}</h3>
|
|
|
|
<p>{{ passwordResetEmail.description }}</p>
|
|
|
|
<br/>
|
|
|
|
<a style="border-radius: 2px; background-color: #2196f3; color: white; padding: 6px 12px; text-decoration: none;" href="<%= resetLink %>">{{ passwordResetEmail.resetAction }}</a>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
{{ passwordResetEmail.expireNote }}
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
<div style="font-size: 10px; color: #333333; background: #ffffff;">
|
|
Powered by <a href="https://cloudron.io">Cloudron</a>
|
|
</div>
|
|
|
|
</center>
|