2016-01-02 05:25:41 +00:00
|
|
|
|
|
|
|
<html>
|
2016-01-13 04:49:56 +00:00
|
|
|
<head>
|
|
|
|
<title>Pterodactyl - Admin Reset Password</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<center><h1>Pterodactyl - Admin Reset Password</h1></center>
|
|
|
|
<p>Hello there! You are receiving this email because an admin has reset the password on your Pterodactyl account.</p>
|
|
|
|
<p><strong>Login:</strong> <a href="{{ config('app.url') }}/auth/login">{{ config('app.url') }}/auth/login</a><br>
|
|
|
|
<strong>Email:</strong> {{ $user->email }}<br>
|
|
|
|
<strong>Password:</strong> {{ $password }}</p>
|
|
|
|
<p>Thanks,<br>Pterodactyl</p>
|
|
|
|
</body>
|
2016-01-02 05:25:41 +00:00
|
|
|
</html>
|