Files
raisfast/templates/email/password-reset.html
T

12 lines
644 B
HTML

<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body style="font-family: sans-serif; max-width: 600px; margin: 0 auto; padding: 20px;">
<h2>Reset Your Password</h2>
<p>We received a request to reset your password. Click the link below to set a new one:</p>
<p><a href="{{ reset_url }}" style="background: #4f46e5; color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px;">Reset Password</a></p>
<p style="color: #666; font-size: 12px;">Or copy: {{ reset_url }}</p>
<p style="color: #999; font-size: 12px;">This link expires in 1 hour. If you didn't request this, ignore this email.</p>
</body>
</html>