@section('title', 'Account settings / Security') @section('page-style') @endsection @push('scripts') @endpush
@include('pages.account._partials.tabs') {{--
Change Email
@method('PUT') @csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if (auth()->user()->getPendingEmail())
@endif
@csrf
@csrf @method('DELETE')
--}}
{{ __("Change Password") }}
{{--
--}} @method('PUT') @csrf @if ($errors->updatePassword->any())
{!! implode('
', $errors->all(':message')) !!}
@endif
Password Requirements:
  • Minimum 8 characters long - the more, the better
  • At least one lowercase character
  • At least one number, symbol, or whitespace character
Two-steps verification
Secure Your Account
Two-factor authentication adds an extra layer of security to your account. To log in, in addition you'll need to provide a 6 digit code
Setup Using Google Authenticator @if (auth()->user()->two_factor_confirmed_at && auth()->user()->two_factor_secret) Active @elseif (auth()->user()->two_factor_secret) Pending @endif
Get codes from an app like Google Authenticator, Microsoft Authenticator, Authy or 1Password.
Using an authenticator app like Google Authenticator, Microsoft Authenticator, scan the QR code. It will generate a 6 digit code for you to enter below.
@if (auth()->user()->two_factor_secret)
{!! auth()->user()->twoFactorQrCodeSvg() !!}
@endif @if (auth()->user()->two_factor_secret) @endif

Please Scan The above code to get the Confirmation Code

@if (auth()->user()->two_factor_secret) @if (auth()->user()->two_factor_confirmed_at) @else
Two factor authentication is not Confirmed yet.
@endif @else {{--
@csrf
--}} @endif
{{--
--}}
Setup Using Email @if (Auth::user()->two_factor_email_confirmed) Active @endif
Enabling this feature will send code on your email account {{ Auth::user()->email }} for log in.
@if (Auth::user()->two_factor_email_confirmed) @else @endif
@include('_partials/_modals/modal-enable-otp') @include('_partials/_modals/modal-enable-otp-email') @include('_partials/_modals/modal-otp-confirm-password') {{-- @include('_partials/_modals/modal-enable-otp') --}} {{--
Recent Devices
Browser Device Location Recent Activities
Chrome on Windows HP Spectre 360 Switzerland 10, July 2021 20:07
Chrome on iPhone iPhone 12x Australia 13, July 2021 10:10
Chrome on Android Oneplus 9 Pro Dubai 14, July 2021 15:15
Chrome on MacOS Apple iMac India 16, July 2021 16:17
Chrome on Windows HP Spectre 360 Switzerland 20, July 2021 21:01
Chrome on Android Oneplus 9 Pro Dubai 21, July 2021 12:22
--}}