mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
Add project files.
This commit is contained in:
commit
0a12c6baa0
41 changed files with 2698 additions and 0 deletions
16
src/mailer/templates/passwordChangedTemplate.hbs
Normal file
16
src/mailer/templates/passwordChangedTemplate.hbs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>[Rusty Hearts] Account Password Changed</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello, {{windyCode}}</p>
|
||||
<p>We're writing to let you know that the password for your Rusty Hearts account has been changed. If you made this change yourself, you can disregard this message.</p>
|
||||
<p>However, if you didn't change your password or if you're unsure if someone else has gained access to your account, we recommend taking immediate action to secure your account. Here are some steps you can take:</p>
|
||||
<ul>
|
||||
<li>Change your password again and make sure it's strong and unique</li>
|
||||
<li>Contact our support team if you need further assistance or if you believe your account has been compromised</li>
|
||||
</ul>
|
||||
<p>Best regards,<br>Rusty Hearts Team</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue