16 lines
388 B
PHP
16 lines
388 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>LUPMIS 2.0 User Account</title>
|
|
</head>
|
|
<body>
|
|
<h2>Account Credentials</h2>
|
|
<p>Your LUPMIS Account has been successfully created. Use the credentials below to login.</p>
|
|
<ol>
|
|
<li>Username: {{ $username }}</li>
|
|
<li>Password: {{ $password }} </li>
|
|
<li>URL: https://lupmis4luspa.org</li>
|
|
</ol>
|
|
</body>
|
|
</html>
|