castopod/app/Views/auth/emails/activation.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

11 lines
312 B
PHP

<p>This is activation email for your account on <?= base_url() ?>.</p>
<p>To activate your account use this URL.</p>
<p><a href="<?= base_url('activate-account') .
'?token=' .
$hash ?>">Activate account</a>.</p>
<br>
<p>If you did not registered on this website, you can safely ignore this email.</p>