Add forgot password feature
This commit is contained in:
6
app/Template/password_reset/email.php
Normal file
6
app/Template/password_reset/email.php
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user