Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-09 15:46:43 +0300
committerbrantje <brantje@gmail.com>2017-01-09 15:54:02 +0300
commit8c82b795e2e096cb0f2b1403f21f3d12b56ab340 (patch)
treef36f721af293e2a322b0a4d029da9e34284a03e4 /templates/views/vaults.html
parent77b412a839ea7b45e8f8b3dbe0a035b4d495ae1d (diff)
Add vault logout timer
Diffstat (limited to 'templates/views/vaults.html')
-rw-r--r--templates/views/vaults.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/views/vaults.html b/templates/views/vaults.html
index 26080899..17a45e28 100644
--- a/templates/views/vaults.html
+++ b/templates/views/vaults.html
@@ -111,6 +111,22 @@
{{ 'vault.auto.login' | translate}}
</label>
</div>
+ <div>
+ <label>
+ <input type="checkbox"
+ ng-checked="auto_logout_timer"
+ ng-click="toggleAutoLogout()">
+ {{ 'auto.logout' | translate}}
+ </label>
+ <select ng-model="logout_timer" ng-change="selectLogoutTimer(logout_timer)">
+ <option value="0">Never</option>
+ <option value="30">30 minutes</option>
+ <option value="60">60 minutes</option>
+ <option value="90">90 minutes</option>
+ <option value="180">3 hour</option>
+ <option value="480">8 hour</option>
+ </select>
+ </div>
</div>
<div class="button button-geen"
ng-click="loginToVault(list_selected_vault, vault_key)">