@extends('layouts.guest') @section('title', 'Reset your password – ' . \App\Models\Setting::get('system_short_name', 'TRACE')) @section('content') @if(! \App\Support\Registration::passwordLoginEnabled())
TRACE doesn't use passwords. Enter your email and we'll send you a one-time code.
Email me a sign-in code @elseEnter your email and we'll send you a link to set a new one.
@if(session('status'))Remembered it? Back to sign in
@endif @endsection