<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Reset your password</title>
</head>
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333333;">
<h2>Password Reset Request</h2>
<p>Hi {{ username }},</p>
<p>We received a request to reset the password for your account.</p>
<p>To choose a new password, please click the link below:</p>
<p><a href="{{ url }}">Reset Password</a></p>
<p>If the link above does not work, copy and paste the following URL into your browser:</p>
<p>{{ url }}</p>
<p>
<b>Important:</b><br>
This password reset link is valid for a limited time only.<br>
If you did not request a password reset, you can safely ignore this email and your password will remain unchanged.
</p>
<hr>
<p style="font-size: 12px; color: #777777;">{{ _appName }} - {{ _appSlogan }}</p>
</body>
</html>
|