25 lines
448 B
Plaintext
25 lines
448 B
Plaintext
|
|
<center>
|
||
|
|
|
||
|
|
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
||
|
|
|
||
|
|
<h3>{{ passwordResetEmail.salutation }}</h3>
|
||
|
|
|
||
|
|
<p>{{ passwordResetEmail.description }}</p>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
<a href="<%= resetLink %>">{{ passwordResetEmail.resetAction }}</a>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<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>
|