castopod/app/Views/auth/emails/forgot.php
Yassine Doghri c63a077618 feat(users): add myth-auth to handle users crud + add admin gateway only accessible by login
- overwrite myth/auth config with castopod app needs
- create custom views for users authentication
- add admin area bootstrapped by admin controller
- shift podcast and episodes crud to admin area
- reorganize view layouts
- update docs for database migration
- add myth-auth to DEPENDENCIES.md

closes #11
2020-10-15 14:41:03 +00:00

14 lines
394 B
PHP

<p>Someone requested a password reset at this email address for <?= base_url() ?>.</p>
<p>To reset the password use this code or URL and follow the instructions.</p>
<p>Your Code: <?= $hash ?></p>
<p>Visit the <a href="<?= base_url('reset-password') .
'?token=' .
$hash ?>">Reset Form</a>.</p>
<br>
<p>If you did not request a password reset, you can safely ignore this email.</p>