mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-03 23:09:18 +02:00
11 lines
366 B
PHP
11 lines
366 B
PHP
<p>
|
|
<?= lang('Auth.emailWelcomeMailBody', [
|
|
'domain' => current_domain(),
|
|
'numberOfHours' => setting('Auth.welcomeLinkLifetime') / 3600,
|
|
]) ?><br /><br />
|
|
|
|
<?= lang('Auth.login') ?><br />
|
|
<a href="<?= url_to('verify-magic-link') ?>?token=<?= $token ?>">
|
|
<?= url_to('verify-magic-link') ?>?token=<?= $token ?>
|
|
</a>
|
|
</p>
|