Verified Commit 37c89df3 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(emails): display verification link in clear text for email clients only displaying text

closes #328
parent 8f8a6f2d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
<p>
    <?= lang('Auth.login') ?><br />
    <a href="<?= url_to('verify-magic-link') ?>?token=<?= $token ?>">
        <?= lang('Auth.login') ?>
        <?= url_to('verify-magic-link') ?>?token=<?= $token ?>
    </a>
</p>
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@
        'numberOfHours' => setting('Auth.welcomeLinkLifetime') / 3600,
]) ?><br /><br />

    <?= lang('Auth.login') ?><br />
    <a href="<?= url_to('verify-magic-link') ?>?token=<?= $token ?>">
        <?= lang('Auth.login') ?>
        <?= url_to('verify-magic-link') ?>?token=<?= $token ?>
    </a>
</p>