204 lines
7.1 KiB
HTML
204 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>SerpentRace - Passwort zurücksetzen</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
padding: 20px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.email-container {
|
|
background-color: #ffffff;
|
|
padding: 40px;
|
|
border-radius: 10px;
|
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.header {
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
border-bottom: 2px solid #FF9800;
|
|
padding-bottom: 20px;
|
|
}
|
|
.logo {
|
|
font-size: 28px;
|
|
font-weight: bold;
|
|
color: #E65100;
|
|
margin-bottom: 10px;
|
|
}
|
|
.subtitle {
|
|
color: #666;
|
|
font-size: 16px;
|
|
}
|
|
.content {
|
|
margin-bottom: 30px;
|
|
}
|
|
.greeting {
|
|
font-size: 18px;
|
|
margin-bottom: 20px;
|
|
color: #E65100;
|
|
}
|
|
.message {
|
|
font-size: 16px;
|
|
margin-bottom: 25px;
|
|
line-height: 1.8;
|
|
}
|
|
.reset-button {
|
|
display: inline-block;
|
|
background-color: #FF9800;
|
|
color: white !important;
|
|
padding: 15px 30px;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
margin: 20px 0;
|
|
transition: background-color 0.3s;
|
|
}
|
|
.reset-button:hover {
|
|
background-color: #F57C00;
|
|
}
|
|
.button-container {
|
|
text-align: center;
|
|
margin: 30px 0;
|
|
}
|
|
.alternative-link {
|
|
background-color: #f9f9f9;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin: 20px 0;
|
|
border-left: 4px solid #FF9800;
|
|
}
|
|
.alternative-link p {
|
|
margin: 5px 0;
|
|
font-size: 14px;
|
|
}
|
|
.token-display {
|
|
background-color: #f0f0f0;
|
|
padding: 10px;
|
|
border-radius: 4px;
|
|
font-family: monospace;
|
|
font-size: 14px;
|
|
word-break: break-all;
|
|
margin: 10px 0;
|
|
}
|
|
.footer {
|
|
margin-top: 40px;
|
|
padding-top: 20px;
|
|
border-top: 1px solid #eee;
|
|
font-size: 14px;
|
|
color: #666;
|
|
text-align: center;
|
|
}
|
|
.warning {
|
|
background-color: #ffebee;
|
|
border: 1px solid #ffcdd2;
|
|
color: #c62828;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin: 20px 0;
|
|
}
|
|
.support-info {
|
|
background-color: #e3f2fd;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin: 20px 0;
|
|
}
|
|
.security-tip {
|
|
background-color: #e8f5e8;
|
|
border: 1px solid #c8e6c9;
|
|
color: #2e7d32;
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin: 20px 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="email-container">
|
|
<div class="header">
|
|
<div class="logo">🐍 {{ companyName }}</div>
|
|
<div class="subtitle">Passwort zurücksetzen</div>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="greeting">
|
|
Hallo {{ userName }}! 🔐
|
|
</div>
|
|
|
|
<div class="message">
|
|
Wir haben eine Anfrage zum Zurücksetzen Ihres Passworts für Ihr {{ companyName }} Konto erhalten.
|
|
<br><br>
|
|
Wenn Sie diese Anfrage gestellt haben, klicken Sie auf die Schaltfläche unten, um Ihr Passwort zurückzusetzen:
|
|
</div>
|
|
|
|
<div class="button-container">
|
|
<a href="{{ resetUrl }}" class="reset-button">
|
|
🔒 Mein Passwort zurücksetzen
|
|
</a>
|
|
</div>
|
|
|
|
<div class="alternative-link">
|
|
<p><strong>Können Sie nicht auf die Schaltfläche klicken?</strong> Kopieren Sie diesen Link und fügen Sie ihn in Ihren Browser ein:</p>
|
|
<p style="word-break: break-all; color: #FF9800;">{{ resetUrl }}</p>
|
|
</div>
|
|
|
|
<div class="alternative-link">
|
|
<p><strong>Reset-Token:</strong></p>
|
|
<div class="token-display">{{ resetToken }}</div>
|
|
<p style="font-size: 12px; color: #666;">Sie können diesen Token auch manuell verwenden, falls erforderlich.</p>
|
|
</div>
|
|
|
|
<div class="warning">
|
|
<strong>🚨 Wichtige Sicherheitsinformationen:</strong>
|
|
<br>
|
|
• Dieser Passwort-Reset-Link läuft aus Sicherheitsgründen in 1 Stunde ab
|
|
• Falls Sie keine Passwort-Zurücksetzung angefordert haben, ignorieren Sie diese E-Mail bitte und Ihr Passwort bleibt unverändert
|
|
• Teilen Sie Ihr Reset-Token niemals mit anderen
|
|
• {{ companyName }} wird Sie niemals per E-Mail nach Ihrem Passwort fragen
|
|
</div>
|
|
|
|
<div class="security-tip">
|
|
<strong>💡 Sicherheitstipps für Ihr neues Passwort:</strong>
|
|
<br>
|
|
• Verwenden Sie mindestens 8 Zeichen
|
|
• Verwenden Sie Groß- und Kleinbuchstaben
|
|
• Fügen Sie Zahlen und Sonderzeichen hinzu
|
|
• Verwenden Sie keine Passwörter von anderen Konten wieder
|
|
• Erwägen Sie die Verwendung eines Passwort-Managers
|
|
</div>
|
|
|
|
<div class="message">
|
|
<strong>Diese Zurücksetzung nicht angefordert?</strong>
|
|
<br>
|
|
Falls Sie keine Passwort-Zurücksetzung angefordert haben, ist Ihr Konto weiterhin sicher. Sie können diese E-Mail getrost ignorieren.
|
|
Falls Sie jedoch Bedenken bezüglich unbefugten Zugriffs haben, kontaktieren Sie bitte umgehend unser Support-Team.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="support-info">
|
|
<p><strong>Benötigen Sie Hilfe oder haben Sie Sicherheitsbedenken?</strong></p>
|
|
<p>Kontaktieren Sie unser Support-Team umgehend unter
|
|
<a href="mailto:{{ supportEmail }}" style="color: #FF9800;">{{ supportEmail }}</a></p>
|
|
<p style="font-size: 12px; margin-top: 10px;">
|
|
Zu Ihrer Sicherheit können wir Sie bitten, Ihre Identität zu verifizieren, wenn Sie den Support kontaktieren.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>Diese E-Mail wurde vom {{ companyName }} Sicherheitsteam gesendet</p>
|
|
<p>Dies ist eine automatische Nachricht, bitte antworten Sie nicht auf diese E-Mail.</p>
|
|
<p style="margin-top: 15px; font-size: 12px;">
|
|
© 2025 {{ companyName }}. Alle Rechte vorbehalten.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|