mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-08 09:16:43 +02:00
fix(emails): display verification link in clear text for email clients only displaying text
closes #328
This commit is contained in:
parent
8f8a6f2dc8
commit
37c89df342
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue