castopod/themes/cp_auth/emails/welcome_email.php
Yassine Doghri 2a50f6e4d2 style: update ecs config to align associative arrays arrows
update composer dependencies to latest
2023-06-12 15:12:49 +00:00

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>