MapleDeploy

{{ __('auth.forgot_password_heading') }}

@if (session('status'))

{{ session('status') }}

@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (is_transactional_emails_enabled())
@csrf {{ __('auth.forgot_password_send_email') }} @else

Email Not Configured

Transactional emails are not active on this instance.

See how to set it in our documentation, or learn how to manually reset your password.

@endif
Remember your password?
Back to Login