castopod/modules/Auth/Views/emails/activation.php
Yassine Doghri 5083cd2fda refactor(modules): extract castopod parts into a modules/ folder for a scalable HMVC structure
- create Admin, Analytics, Auth, Fediverse and Install modules in the root modules/ folder
- rename
ActivityPub to Fediverse
2021-12-29 11:54:22 +00:00

12 lines
313 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>