Implemented forgot password

This commit is contained in:
frederikpyt
2020-08-04 10:59:45 +02:00
parent 9d44432fc2
commit d818d15b85
2 changed files with 25 additions and 3 deletions
@@ -9,10 +9,11 @@
<div class="brand">
<img src="{{URL::asset('/images/logos/Logo-hvid.svg')}}" alt="Syddansk Erhvervsskole">
</div>
<form action="" method="post">
<form action="{{ route("users.forgot") }}" method="post">
@csrf
<input class="appinput" type="email" name="email" placeholder="Email" required>
<input class="btn btn-dark" type="submit" value="Send reset mail">
</form>
{!! session()->get("errornosuchuser") !!}
</main>
@endsection