mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
11 lines
301 B
PHP
11 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>
|