mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-12 17:25:45 +00:00
11 lines
312 B
PHP
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>
|