31 lines
1.6 KiB
HTML
31 lines
1.6 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Reset your Veza password</title>
|
||
|
|
</head>
|
||
|
|
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; margin: 0; padding: 0; background-color: #f4f4f4;">
|
||
|
|
<div style="max-width: 600px; margin: 20px auto; padding: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
||
|
|
<h1 style="color: #4CAF50; margin-top: 0;">Reset your password</h1>
|
||
|
|
<p>Hello {{.Username}},</p>
|
||
|
|
<p>You requested to reset your Veza account password. Click the button below to continue.</p>
|
||
|
|
<div style="text-align: center; margin: 30px 0;">
|
||
|
|
<a href="{{.ResetURL}}" style="background-color: #4CAF50; color: white; padding: 12px 24px; text-decoration: none; border-radius: 4px; display: inline-block; font-weight: bold;">
|
||
|
|
Reset Password
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<p>Or copy and paste this link into your browser:</p>
|
||
|
|
<p style="word-break: break-all; color: #666; background-color: #f9f9f9; padding: 10px; border-radius: 4px; font-size: 12px;">{{.ResetURL}}</p>
|
||
|
|
<p style="margin-top: 30px; color: #666; font-size: 12px;">
|
||
|
|
This link will expire in 1 hour. If you didn't request this, please ignore this email.
|
||
|
|
</p>
|
||
|
|
<hr style="border: none; border-top: 1px solid #eee; margin: 20px 0;">
|
||
|
|
<p style="color: #999; font-size: 11px; text-align: center;">
|
||
|
|
This is an automated message from Veza. Please do not reply to this email.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|