Add personal API access token
This commit is contained in:
@@ -90,6 +90,11 @@
|
||||
<?= $this->url->link(t('Integrations'), 'UserViewController', 'integrations', array('user_id' => $user['id'])) ?>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
<?php if ($this->user->hasAccess('UserApiAccessController', 'show')): ?>
|
||||
<li <?= $this->app->checkMenuSelection('UserApiAccessController', 'show') ?>>
|
||||
<?= $this->url->link(t('API'), 'UserApiAccessController', 'show', array('user_id' => $user['id'])) ?>
|
||||
</li>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
||||
<?php if ($this->user->hasAccess('UserCredentialController', 'changeAuthentication')): ?>
|
||||
|
||||
Reference in New Issue
Block a user