diff options
author | Florin Peter <github@florin-peter.de> | 2013-06-03 23:41:57 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-06-03 23:41:57 +0200 |
commit | ef97481a0d7dcedba830bc423d623111f6c2e774 (patch) | |
tree | cb71bb2e9ba1917690926b5eb73368db04138148 /apps/files_encryption/templates | |
parent | b46e7323ec6189f16405b8a22b073ca2d18d3bdb (diff) | |
download | nextcloud-server-ef97481a0d7dcedba830bc423d623111f6c2e774.tar.gz nextcloud-server-ef97481a0d7dcedba830bc423d623111f6c2e774.zip |
changed redirect handling
Diffstat (limited to 'apps/files_encryption/templates')
-rw-r--r-- | apps/files_encryption/templates/invalid_private_key.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_encryption/templates/invalid_private_key.php b/apps/files_encryption/templates/invalid_private_key.php new file mode 100644 index 00000000000..b0ff1db5993 --- /dev/null +++ b/apps/files_encryption/templates/invalid_private_key.php @@ -0,0 +1,10 @@ +<ul> + <li class='error'> + <?php $location = \OC_Helper::linkToRoute( "settings_personal" ) ?> + + <?php p($l->t('Your private key is not valid! Maybe the your password was changed from outside.')); ?> + <br/> + <?php p($l->t('You can unlock your private key in your ')); ?> <a href="<?php echo $location?>"><?php p($l->t('personal settings')); ?>.</a> + <br/> + </li> +</ul> |