@extends('user.layouts.app') @section('title', 'إلغاء تفعيل المصادقة الثنائية') @section('css') @endsection @section('content')

@svg('lucide-triangle-alert', ['class' => 'me-2 text-warning', 'width' => '20', 'height' => '20'])تحذير مهم!

سيؤدي إلغاء تفعيل المصادقة الثنائية إلى تقليل مستوى الأمان لحسابك. تأكد من أنك تريد المتابعة.

@svg('lucide-shield-alert', ['width' => '24', 'height' => '24'])

مخاطر إلغاء التفعيل

  • @svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16']) تقليل مستوى الحماية
  • @svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16']) زيادة خطر الاختراق
  • @svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16']) الاعتماد على كلمة المرور فقط
  • @svg('lucide-x-circle', ['class' => 'text-danger', 'width' => '16', 'height' => '16']) فقدان الحماية المتقدمة
@svg('lucide-list-ordered', ['width' => '24', 'height' => '24'])

خطوات إلغاء التفعيل

  • @svg('lucide-circle-1', ['class' => 'text-warning', 'width' => '16', 'height' => '16']) أدخل كلمة المرور الحالية
  • @svg('lucide-circle-2', ['class' => 'text-warning', 'width' => '16', 'height' => '16']) أدخل رمز التحقق من Google Authenticator
  • @svg('lucide-circle-3', ['class' => 'text-warning', 'width' => '16', 'height' => '16']) اضغط على زر إلغاء التفعيل
@svg('lucide-shield-x', ['width' => '24', 'height' => '24'])

إلغاء تفعيل المصادقة الثنائية

أدخل كلمة المرور ورمز التحقق لإلغاء تفعيل المصادقة الثنائية

@if (session('success')) @endif @if (session('error')) @endif
{{ __('تحذير!') }} {{ __('سيؤدي هذا إلى إلغاء تفعيل المصادقة الثنائية لحسابك. سيصبح حسابك أقل أماناً.') }}
@csrf
@error('password')
{{ $message }}
@enderror
@error('one_time_password')
{{ $message }}
@enderror
@svg('lucide-x-circle', ['width' => '16', 'height' => '16']) {{ __('إلغاء') }}
@endsection @section('scripts') @endsection