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