mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
36 lines
758 B
Handlebars
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> |