<?= $this->extend('base.php') ?>
<?= $this->section('title') ?>Password reset<?= $this->endSection() ?>
<?= $this->section('content') ?>
<h1 class="title">Password reset</h1>
<p>Password reset requested. Please check your email.</p>
<?= $this->endSection() ?>
|