From 99953ab62a215e92c29d444870cd96d36430d3ba Mon Sep 17 00:00:00 2001 From: Frédéric Guillot <fguillot@users.noreply.github.com> Date: Sun, 30 Mar 2014 21:21:16 -0400 Subject: Add the possiblity to regenerate all tokens --- templates/config_index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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> -- cgit v1.2.3