summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/templates/invalid_private_key.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/templates/invalid_private_key.php')
-rw-r--r--apps/files_encryption/templates/invalid_private_key.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/files_encryption/templates/invalid_private_key.php b/apps/files_encryption/templates/invalid_private_key.php
deleted file mode 100644
index 700b37b58a7..00000000000
--- a/apps/files_encryption/templates/invalid_private_key.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<ul>
- <li class='error'>
- <?php $location = \OCP\Util::linkToRoute( "settings_personal" ).'#changePKPasswd' ?>
-
- <?php p($_['message']); ?>
- <br/>
- <?php if($_['errorCode'] === \OCA\Files_Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?>
- <?php p($l->t('Go directly to your %spersonal settings%s.', array('<a href="'.$location.'">', '</a>'))); ?>
- <?php endif; ?>
- <br/>
- </li>
-</ul>