37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>LUPMIS 2.0 User Account</title>
|
|
</head>
|
|
<body>
|
|
<h2>Account Reset Request</h2>
|
|
<p>Hello {{ $fullname }} </p>
|
|
<p>Your have requested to reset your LUPMIS Account password or the admin has expired your password.
|
|
Use the link below to complete the process of setting a new one</p>
|
|
<ol>
|
|
<li><a href="{{ $reset_url }}">Reset Link</a></li>
|
|
</ol>
|
|
|
|
<p>The reset link will expire in 30 mins</p>
|
|
<!-- <p>If you did not make this request, no further action is needed.</p> -->
|
|
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
|
|
<tr>
|
|
<td class="content-cell" align="center">
|
|
<!-- Your custom HTML content goes here -->
|
|
<p style="font-family: sans-serif; font-size: 12px; color: #aeaeae; text-align: center;">
|
|
© {{ date('Y') }} [{{ 'LUPMIS 2.0' }}](https://lupmis4luspa.org). All rights reserved.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
</body>
|
|
</html>
|