2024-03-06 19:43:09 +00:00

36 lines
758 B
Handlebars

<html>
<body>
<h1>Hi @{{username}}</h1>
<p>Your password has been changed successfully.</p>
<span>
Wasn't it you? Please contact us inmediately to recover your account.
<button>
<a href="https://comty.app/support/stolen-account">Start a recover process</a>
</button>
or contact via email
<a href="mailto:support@ragestudio.net">support@ragestudio.net</a>
Request information:
</span>
<table>
<tr>
<td>Date:</td>
<td>{{date}}</td>
</tr>
<tr>
<td>Client:</td>
<td>{{client}}</td>
</tr>
<tr>
<td>IP</td>
<td>{{ip}}</td>
</tr>
</table>
</body>
</html>