@extends('template.layout') @section('title', 'Lost Account') @section('submenuItem', 'lostaccount') @section('content') @if($lostAccount instanceof \App\Models\Account)

Email: {{ $emailOrChar }}

@else

Character Name: {{ $emailOrChar }}

@endif

The Lost Account Interface can help you to solve all problems listed below. Please select your problem and click on "Submit".

{{--

If your problem is not listed here, you might be able to find the answer on our website. Answers to the most common questions about {{ config('server.serverName') }} can be found in the FAQ. You can also consult the manual. If you have questions concerning the security of your account, please take a look at the security hints.

--}}
@csrf
Specify Your Problem
{{-- --}}
Recover by email

Recover by recovery key

I want to change the email address of my account instantly and my password.

Recover using two-factor code authentication

I want to change my email and password using my 2FA authenticator code.

Recover using security questions

I want to recover access by answering my account’s security questions.

Recovery Key



@endsection