{{ __('profile.2fa_title') }}

{{ __('menu.dashboard') }} / {{ __('menu.two_factor_auth') }}

{{ __('menu.back') }}

{{ __('profile.2fa_status') }}

@if($two_factor_enabled) @else @endif
@if($two_factor_enabled)
@else
@endif

@if($two_factor_enabled) {{ __('profile.2fa_enabled') }} @else {{ __('profile.2fa_disabled') }} @endif

@if($two_factor_enabled) {{ __('profile.2fa_protected') }} @else {{ __('profile.2fa_enable_for_security') }} @endif

@if($two_factor_enabled)

{{ __('profile.recovery_codes') }} @if(isset($recovery_codes_count)) {{ $recovery_codes_count }} rămase @endif

{{ __('profile.recovery_codes_info') }}

@if($has_recovery_codes)

{{ __('profile.keep_codes_safe') }}

@endif

Dispozitive de încredere @if(isset($trusted_devices) && $trusted_devices->count() > 0) {{ $trusted_devices->count() }} @endif

@if(isset($trusted_devices) && $trusted_devices->count() > 0) @endif
@if(isset($trusted_devices) && $trusted_devices->count() > 0)

Aceste dispozitive nu necesită verificare 2FA pentru 30 de zile.

@foreach($trusted_devices as $device)
@if(str_contains($device->device_name, 'Chrome')) @elseif(str_contains($device->device_name, 'Firefox')) @elseif(str_contains($device->device_name, 'Safari')) @elseif(str_contains($device->device_name, 'Edge')) @else @endif

{{ $device->device_name }}

IP: {{ $device->ip_address }} • Ultima utilizare: {{ $device->last_used_at ? $device->last_used_at->diffForHumans() : 'Niciodată' }} • Expiră: {{ $device->expires_at->format('d M Y') }}

@endforeach
@else

Nu ai dispozitive de încredere salvate.

La următoarea verificare 2FA, bifează "Ține minte acest dispozitiv" pentru a-l adăuga.

@endif
@else

{{ __('profile.what_is_2fa') }}

{{ __('profile.2fa_explanation') }}

{{ __('profile.compatible_apps') }}

Google

Authenticator

Microsoft

Authenticator

Authy

2FA

1Password

Authenticator

LastPass

Authenticator

Bitwarden

Authenticator

{{ __('profile.how_it_works') }}

  1. {{ __('profile.step_1') }}
  2. {{ __('profile.step_2') }}
  3. {{ __('profile.step_3') }}
  4. {{ __('profile.step_4') }}
  5. {{ __('profile.step_5') }}
@endif
@push('scripts') @endpush