diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-30 21:21:16 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-30 21:21:16 -0400 |
commit | 99953ab62a215e92c29d444870cd96d36430d3ba (patch) | |
tree | c2784aeb6f2a82e1bca26bf05a8d9b434ff57be3 /templates/config_index.php | |
parent | d9dfd9d6199b15eba9510ef460e18c9245d9ab12 (diff) |
Add the possiblity to regenerate all tokens
Diffstat (limited to 'templates/config_index.php')
-rw-r--r-- | templates/config_index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/config_index.php b/templates/config_index.php index fef8909d..ba971b61 100644 --- a/templates/config_index.php +++ b/templates/config_index.php @@ -23,6 +23,7 @@ </div> <section class="settings"> <ul> + <li><a href="?controller=config&action=tokens"><?= t('Reset all tokens') ?></a></li> <li> <?= t('Webhooks token:') ?> <strong><?= Helper\escape($values['webhooks_token']) ?></strong> |