You are recieving this email because an account has been created for you on Pterodactyl Panel.
- --}}
-
-{{-- Permission is hereby granted, free of charge, to any person obtaining a copy --}}
-{{-- of this software and associated documentation files (the "Software"), to deal --}}
-{{-- in the Software without restriction, including without limitation the rights --}}
-{{-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell --}}
-{{-- copies of the Software, and to permit persons to whom the Software is --}}
-{{-- furnished to do so, subject to the following conditions: --}}
-
-{{-- The above copyright notice and this permission notice shall be included in all --}}
-{{-- copies or substantial portions of the Software. --}}
-
-{{-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR --}}
-{{-- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, --}}
-{{-- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE --}}
-{{-- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER --}}
-{{-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, --}}
-{{-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE --}}
-{{-- SOFTWARE. --}}
-
-
- Pterodactyl - Admin Reset Password
-
-
- Pterodactyl - Admin Reset Password
- Hello there! You are receiving this email because an admin has reset the password on your Pterodactyl account.
- Login: {{ config('app.url') }}/auth/login
- Email: {{ $user->email }}
- Password: {{ $password }}
- Thanks,
Pterodactyl
-
-
diff --git a/resources/views/vendor/notifications/email-plain.blade.php b/resources/views/vendor/notifications/email-plain.blade.php
index 875095895..7bd992481 100644
--- a/resources/views/vendor/notifications/email-plain.blade.php
+++ b/resources/views/vendor/notifications/email-plain.blade.php
@@ -19,4 +19,4 @@ if (! empty($outroLines)) {
}
echo 'Regards,', "\n";
-echo Settings::get('company'), "\n";
+echo Settings::get('company', 'Pterodactyl Panel'), "\n";
diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php
index 855286b63..dfea4de37 100644
--- a/resources/views/vendor/notifications/email.blade.php
+++ b/resources/views/vendor/notifications/email.blade.php
@@ -71,7 +71,7 @@ $style = [
- {{ Settings::get('company') }}
+ {{ Settings::get('company', 'Pterodactyl Panel') }}
|
@@ -176,7 +176,7 @@ $style = [
© {{ date('Y') }}
- {{ Settings::get('company') }}.
+ {{ Settings::get('company', 'Pterodactyl Panel') }}.
All rights reserved.
|