@extends('adminlte::page') @section('title', 'Raspberry Network | Account Settings') @section('content_header')

My Profile / Account / Settings

@stop @section('js') @stop @section('css') @stop @section('content') @if (!Auth::user()->has2FA())

We're glad you decided to increase your account's security!

Supported apps you can install:

Scan the QR code below with your preferred app, and then copy the code here.

2FA Security key
@csrf @method('PATCH')
@endif @if (Auth::user()->has2FA())

Are you sure? Removing two-factor authentication will reduce the security of your account.

@csrf @method('PATCH')

To prevent unauthorized changes, a password is always required for sensitive operations.

Click to confirm
@endif

Welcome back, {{Auth::user()->name}}

{{Auth::user()->email}}

View @ NameMC
Change Password

Change your password here. This will log you out from all existing sessions for your security.

@csrf @method('PATCH')

Forgot your password? Reset it here

Two-factor Authentication

@if (Auth::user()->has2FA())

Hooray! 2FA is setup correctly for your account. A code will be asked each time you login.

@else

Two-factor auth is available for your account. Enabling this security option greatly increases your account's security in case your password ever gets stolen.

@endif
Session Manager

Terminating other sessions is generally a good idea if your account has been compromised.

Your current session: Logged in from {{ $ip }}

Contact Settings

Need to change personal data? You can do so here.

@csrf @method('PATCH')

For security reasons, you cannot make important account changes without confirming your password. You'll also need to verify your new email.

@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop