summaryrefslogtreecommitdiff
path: root/app/Template/password_reset/email.php
blob: 62788b496b9475819fe8821a6683597e434fbae3 (plain)
1
2
3
4
5
6
<p><?= t('To reset your password click on this link:') ?></p>

<p><?= $this->url->to('PasswordReset', 'change', array('token' => $token), '', true) ?></p>

<hr>
Kanboard