Reset password

Enter your email and we'll send you a reset link

{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link.') }} @if(config('mail.default') === 'log')

If emails do not arrive, ensure MAIL_MAILER and SMTP settings in .env are configured for your host. With the "log" driver, reset links are written to storage/logs/laravel.log.

@endif
@csrf
{{ __('Back to sign in') }} {{ __('Email reset link') }}