@extends('layouts.guest') @section('title', 'Reset your password – ' . \App\Models\Setting::get('system_short_name', 'TRACE')) @section('content') @if(! \App\Support\Registration::passwordLoginEnabled())

Sign in without a password

TRACE doesn't use passwords. Enter your email and we'll send you a one-time code.

Email me a sign-in code

Back to sign in

@else

Reset your password

Enter your email and we'll send you a link to set a new one.

@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
or
Sign in with a one-time code

Remembered it? Back to sign in

@endif @endsection