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:
authorbinsky <timo@binsky.org>2021-03-13 00:04:40 +0300
committerbinsky <timo@binsky.org>2021-03-13 00:04:40 +0300
commitca2717d61055e544911a486f5e9e94f9ab53f42f (patch)
tree766dea6706cd275ac075b285e2f8223295c83be6 /templates
parent5d95c9a6ea4e102e3db50cf981f34e436e157d37 (diff)
add option to disable the global search inclusion
Diffstat (limited to 'templates')
-rw-r--r--templates/part.admin.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/part.admin.php b/templates/part.admin.php
index 3b502527..732149ae 100644
--- a/templates/part.admin.php
+++ b/templates/part.admin.php
@@ -106,6 +106,14 @@ $ciphers = openssl_get_cipher_methods();
</label>
</p>
<p>
+ <input type="checkbox" name="passman_disable_global_search_inclusion"
+ id="passman_disable_global_search_inclusion" class="checkbox"
+ value="0"/>
+ <label for="passman_disable_global_search_inclusion">
+ <?php p($l->t('Disable global search inclusion')); ?>
+ </label>
+ </p>
+ <p>
<label for="vault_key_strength">Minimum vault key
strength:</label>
<select name="vault_key_strength" id="vault_key_strength">