This commit is contained in:
2026-01-07 20:19:26 -05:00
parent 244c8b6fb5
commit f056cf05d3
21 changed files with 2407 additions and 168 deletions

View File

@@ -0,0 +1,103 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Password Added to Account</title>
</head>
<body
style="
font-family:
-apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto,
&quot;Helvetica Neue&quot;, Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 600px;
margin: 0 auto;
padding: 20px;
"
>
<div
style="
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 30px;
border-radius: 10px 10px 0 0;
text-align: center;
"
>
<h1 style="color: white; margin: 0; font-size: 24px">
Password Added to Your Account
</h1>
</div>
<div
style="
background: #ffffff;
padding: 30px;
border: 1px solid #e0e0e0;
border-top: none;
border-radius: 0 0 10px 10px;
"
>
<p style="font-size: 16px; margin-top: 0">Hello,</p>
<p style="font-size: 16px">
A password has been successfully added to your account. You can now sign
in using your email and password in addition to your existing
authentication methods.
</p>
<div
style="
background: #f8f9fa;
border-left: 4px solid #667eea;
padding: 15px;
margin: 20px 0;
"
>
<p style="margin: 0; font-size: 16px">
<strong>Time:</strong> {{SET_TIME}}
</p>
<p style="margin: 10px 0 0 0; font-size: 14px; color: #666">
<strong>Device:</strong> {{DEVICE_INFO}}
</p>
<p style="margin: 10px 0 0 0; font-size: 14px; color: #666">
<strong>IP Address:</strong> {{IP_ADDRESS}}
</p>
</div>
<p style="font-size: 16px">
This provides you with an additional way to access your account and
ensures you can still sign in even if you lose access to your
{{PROVIDER_NAME}} account.
</p>
<div
style="
background: #fff3cd;
border: 1px solid #ffc107;
border-radius: 5px;
padding: 15px;
margin: 20px 0;
"
>
<p style="margin: 0; font-size: 14px; color: #856404">
<strong>⚠️ Didn't set this password?</strong><br />
If you didn't perform this action, your account security may be at
risk. Please sign in immediately, change your password, and review
your account settings.
</p>
</div>
<p style="font-size: 14px; color: #666; margin-bottom: 0">Best regards</p>
</div>
<div
style="text-align: center; padding: 20px; font-size: 12px; color: #999"
>
<p style="margin: 0">
This is an automated security notification from freno.me
</p>
</div>
</body>
</html>