|
34 | 34 | <p class="text-muted"><small>This is the name that is used throughout the panel and in emails sent to clients.</small></p> |
35 | 35 | </div> |
36 | 36 | </div> |
37 | | - {{-- <div class="form-group col-md-6"> |
38 | | - <label class="control-label">Default Language:</label> |
39 | | - <div> |
40 | | - <select name="default_language" class="form-control"> |
41 | | - <option value="de" @if(Settings::get('default_language') === 'de')selected @endif>Deutsch</option> |
42 | | - <option value="en" @if(Settings::get('default_language', 'en') === 'en')selected @endif>English</option> |
43 | | - <option value="es" @if(Settings::get('default_language') === 'es')selected @endif>Español</option> |
44 | | - <option value="fr" @if(Settings::get('default_language') === 'fr')selected @endif>Français</option> |
45 | | - <option value="it" @if(Settings::get('default_language') === 'it')selected @endif>Italiano</option> |
46 | | - <option value="pl" @if(Settings::get('default_language') === 'pl')selected @endif>Polski</option> |
47 | | - <option value="pt" @if(Settings::get('default_language') === 'pt')selected @endif>Português</option> |
48 | | - <option value="ru" @if(Settings::get('default_language') === 'ru')selected @endif>русский</option> |
49 | | - <option value="se" @if(Settings::get('default_language') === 'se')selected @endif>Svenska</option> |
50 | | - <option value="zh" @if(Settings::get('default_language') === 'zh')selected @endif>中国的的</option> |
51 | | - </select> |
52 | | - <p class="text-muted"><small>This is the default language that all clients will use unless they manually change it.</small></p> |
53 | | - </div> |
54 | | - </div> --}} |
55 | 37 | <div class="form-group col-md-6"> |
56 | 38 | <label class="control-label">2FA Required</label> |
57 | 39 | <div> |
|
66 | 48 | <input type="radio" name="2fa" autocomplete="off" value="2" @if (old('2fa', Settings::get('2fa', 0)) == 2) checked @endif> Everybody |
67 | 49 | </label> |
68 | 50 | </div> |
69 | | - <p class="text-muted"><small>Require your administrators or users to have 2FA enabled. Users include Admins. Everybody includes Sub Users.</small></p> |
| 51 | + <p class="text-muted"><small>For improved security you can require all administrators to have 2-Factor authentication enabled, or even require it for all users on the Panel.</small></p> |
70 | 52 | </div> |
71 | 53 | </div> |
72 | 54 | </div> |
73 | 55 | <div class="row"> |
74 | 56 | <div class="col-md-12"> |
75 | | - <div class="alert alert-info">In order to modify your SMTP settings for sending mail you will need to run <code>php artisan pterodactyl:mail</code> in this project's root folder.</div> |
| 57 | + <div class="alert alert-info">In order to modify your SMTP settings for sending mail you will need to run <code>php artisan p:environment:mail</code> in this project's root folder.</div> |
76 | 58 | </div> |
77 | 59 | </div> |
78 | 60 | </div> |
|
0 commit comments