mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
fix(emails): display verification link in clear text for email clients only displaying text
closes #328
This commit is contained in:
parent
3943441683
commit
cc86ce030f
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