From: Björn Schießle Date: Wed, 5 Jun 2013 12:19:26 +0000 (+0200) Subject: tell the user what he can do to regain access to his files X-Git-Tag: v6.0.0alpha2~641^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be324fad1ca0abfa2c791e3d054be828bc0694b4;p=nextcloud-server.git tell the user what he can do to regain access to his files --- diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php index 13425ce7163..63c74e4e797 100644 --- a/apps/files_encryption/files/error.php +++ b/apps/files_encryption/files/error.php @@ -4,7 +4,7 @@ if (!isset($_)) { //also provide standalone error page $l = OC_L10N::get('files_encryption'); - $errorMsg = $l->t('Your private key is not valid! Maybe your password was changed from outside.'); + $errorMsg = $l->t('Your private key is not valid! Maybe your password was changed from outside. You can update your private key password in your personal settings to regain access to your files'); if(isset($_GET['p']) && $_GET['p'] === '1') { header('HTTP/1.0 404 ' . $errorMsg);