summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/templates
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-05-15 17:56:45 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-05-15 17:56:45 +0200
commit57c0a7ed693fec6ef487b71a514202b24dd70df2 (patch)
tree749accb9c34d30fb7510183cff1c0fea23455702 /apps/files_encryption/templates
parent1a31dc036ac3ca30b266ce2715e0adee3d112299 (diff)
downloadnextcloud-server-57c0a7ed693fec6ef487b71a514202b24dd70df2.tar.gz
nextcloud-server-57c0a7ed693fec6ef487b71a514202b24dd70df2.zip
add recovery key to all files if the user enabled the feature and removes them again on disable
Diffstat (limited to 'apps/files_encryption/templates')
-rw-r--r--apps/files_encryption/templates/settings-personal.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php
index 00f567ecb26..33989416d33 100644
--- a/apps/files_encryption/templates/settings-personal.php
+++ b/apps/files_encryption/templates/settings-personal.php
@@ -48,6 +48,7 @@
</p>
<?php endif; ?>
<br />
+<!--
<p>
<label for="encryptAll"><?php p( $l->t( "Scan for unencrypted files and encrypt them" ) ); ?></label>
<br />
@@ -59,6 +60,6 @@
<div id="encryptAllSuccess"><?php p( $l->t( 'Scan complete' ) );?></div>
<div id="encryptAllError"><?php p( $l->t( 'Unable to scan and encrypt files' ) );?></div>
</p>
-
+-->
</fieldset>
</form>