2023-04-08 00:42:55 +02:00
|
|
|
@extends(templates/layout_normal)
|
|
|
|
|
|
|
|
@section(main)
|
|
|
|
<h2>Request password reset</h2>
|
2023-05-01 19:18:48 +02:00
|
|
|
<div class="box compactBox">
|
2023-04-08 00:42:55 +02:00
|
|
|
<p class="justify">Password reset was successfully requested. Please check your email and click on the link to reset your password!</p>
|
|
|
|
</div>
|
|
|
|
@endsection
|