]> source.dussan.org Git - nextcloud-server.git/commitdiff
tell the user what he can do to regain access to his files
authorBjörn Schießle <schiessle@owncloud.com>
Wed, 5 Jun 2013 12:19:26 +0000 (14:19 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Wed, 5 Jun 2013 12:19:26 +0000 (14:19 +0200)
apps/files_encryption/files/error.php

index 13425ce7163eeaa4827fe485fccf4b0045e692fa..63c74e4e797de99a5569b735b27ec3becec65f98 100644 (file)
@@ -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);