7 lines
180 B
PHP
7 lines
180 B
PHP
<p><?= t('To reset your password click on this link:') ?></p>
|
|
|
|
<p><?= $this->url->to('PasswordResetController', 'change', array('token' => $token), '', true) ?></p>
|
|
|
|
<hr>
|
|
Kanboard
|