GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
1.3 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Reset Password LDAP</title>
</head>
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px;">
<h2 style="color: #0891b2;">Reset Password LDAP</h2>
<p>Halo {{ $displayName }},</p>
<p>Kami menerima permintaan reset password untuk akun LDAP <strong>{{ $username }}</strong>.</p>
<p>Klik tombol di bawah untuk mengatur password baru. Link berlaku selama <strong>{{ $expiresMinutes }} menit</strong>.</p>
<p style="margin: 30px 0;">
<a href="{{ $resetUrl }}"
style="background: #7c3aed; color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 8px; display: inline-block;">
Reset Password
</a>
</p>
<p style="font-size: 13px; color: #666;">Atau salin URL ini ke browser:</p>
<p style="font-size: 13px; word-break: break-all; color: #0891b2;">{{ $resetUrl }}</p>
<hr style="border: none; border-top: 1px solid #eee; margin: 30px 0;">
<p style="font-size: 12px; color: #999;">
Jika Anda tidak meminta reset password, abaikan email ini.<br>
{{ config('app.name') }} — {{ config('mail.from.address') }}
</p>
</body>
</html>