Add user invitations
This commit is contained in:
12
app/Template/user_invite/email.php
Normal file
12
app/Template/user_invite/email.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<p>
|
||||
<?= t('You have been invited to register on Kanboard.') ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?= $this->url->absoluteLink(t('Click here to join your team'), 'UserInviteController', 'signup', array('token' => $token)) ?>
|
||||
</p>
|
||||
|
||||
<?php if ($this->app->config('application_url')): ?>
|
||||
<hr>
|
||||
<a href="<?= $this->app->config('application_url') ?>">Kanboard</a>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user