aboutsummaryrefslogtreecommitdiff
path: root/app/views/auth/index.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-09 00:25:04 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-09 00:25:04 +0200
commit0ce43be9de5bf676ceffa2e419941863f98fa970 (patch)
tree5ba88fe364fda8fe852ad671aba14edc45cfcc04 /app/views/auth/index.phtml
parent8af3c9841e7040b91282f24cdccc0e215c52ceef (diff)
Multi-user token
https://github.com/FreshRSS/FreshRSS/issues/1390 https://github.com/FreshRSS/FreshRSS/issues/366
Diffstat (limited to 'app/views/auth/index.phtml')
-rw-r--r--app/views/auth/index.phtml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml
index 010eae33f..20966f24e 100644
--- a/app/views/auth/index.phtml
+++ b/app/views/auth/index.phtml
@@ -52,19 +52,6 @@
</div>
</div>
- <?php if (FreshRSS_Auth::accessNeedsAction()) { ?>
- <div class="form-group">
- <label class="group-name" for="token"><?php echo _t('admin.auth.token'); ?></label>
- <?php $token = FreshRSS_Context::$user_conf->token; ?>
- <div class="group-controls">
- <input type="text" id="token" name="token" value="<?php echo $token; ?>" placeholder="<?php echo _t('gen.short.blank_to_disable'); ?>"<?php
- echo FreshRSS_Auth::accessNeedsAction() ? '' : ' disabled="disabled"'; ?> data-leave-validation="<?php echo $token; ?>"/>
- <?php echo _i('help'); ?> <?php echo _t('admin.auth.token_help'); ?>
- <kbd><?php echo Minz_Url::display(array('a' => 'rss', 'params' => array('token' => $token, 'hours' => FreshRSS_Context::$user_conf->since_hours_posts_per_rss)), 'html', true); ?></kbd>
- </div>
- </div>
- <?php } ?>
-
<div class="form-group">
<div class="group-controls">
<label class="checkbox" for="api_enabled">