From 6043114f38d65b1aad554e5bf0fdccd6b5de6049 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 11 Nov 2017 15:58:42 -0600 Subject: [PATCH] Text cleanup for settings --- .../pterodactyl/admin/settings.blade.php | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/resources/themes/pterodactyl/admin/settings.blade.php b/resources/themes/pterodactyl/admin/settings.blade.php index 0de2e63fb..3e0407e67 100644 --- a/resources/themes/pterodactyl/admin/settings.blade.php +++ b/resources/themes/pterodactyl/admin/settings.blade.php @@ -34,24 +34,6 @@

This is the name that is used throughout the panel and in emails sent to clients.

- {{--
- -
- -

This is the default language that all clients will use unless they manually change it.

-
-
--}}
@@ -66,13 +48,13 @@ Everybody
-

Require your administrators or users to have 2FA enabled. Users include Admins. Everybody includes Sub Users.

+

For improved security you can require all administrators to have 2-Factor authentication enabled, or even require it for all users on the Panel.

-
In order to modify your SMTP settings for sending mail you will need to run php artisan pterodactyl:mail in this project's root folder.
+
In order to modify your SMTP settings for sending mail you will need to run php artisan p:environment:mail in this project's root folder.