summaryrefslogtreecommitdiff
path: root/app/views/auth/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/index.phtml')
-rw-r--r--app/views/auth/index.phtml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml
index f11d29ae4..5546541f9 100644
--- a/app/views/auth/index.phtml
+++ b/app/views/auth/index.phtml
@@ -48,18 +48,6 @@
<div class="form-group">
<div class="group-controls">
- <label class="checkbox" for="unsafe_autologin">
- <input type="checkbox" name="unsafe_autologin" id="unsafe_autologin" value="1"<?=
- FreshRSS_Context::systemConf()->unsafe_autologin_enabled ? ' checked="checked"' : '',
- FreshRSS_Auth::accessNeedsAction() ? '' : ' disabled="disabled"' ?> />
- <?= _t('admin.auth.unsafe_autologin') ?>
- <kbd><?= Minz_Url::display(['c' => 'auth', 'a' => 'login', 'params' => ['u' => 'alice', 'p' => '1234']], 'html', true) ?></kbd>
- </label>
- </div>
- </div>
-
- <div class="form-group">
- <div class="group-controls">
<label class="checkbox" for="api_enabled">
<input type="checkbox" name="api_enabled" id="api_enabled" value="1"<?=
FreshRSS_Context::systemConf()->api_enabled ? ' checked="checked"' : '',