[Pkg-owncloud-commits] [owncloud] 03/28: show change password form if key couldn't be decrypted

David Prévot taffit at moszumanska.debian.org
Sat Dec 7 02:33:30 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 418d401bf9b63cab7b5a65657d6f99a84933cede
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Thu Dec 5 18:50:52 2013 +0100

    show change password form if key couldn't be decrypted
---
 apps/files_encryption/templates/settings-personal.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php
index a4ed89b..1b4239d 100644
--- a/apps/files_encryption/templates/settings-personal.php
+++ b/apps/files_encryption/templates/settings-personal.php
@@ -2,7 +2,7 @@
 	<fieldset class="personalblock">
 		<h2><?php p( $l->t( 'Encryption' ) ); ?></h2>
 
-		<?php if ( ! $_["privateKeySet"] && $_["initialized"] ): ?>
+		<?php if ( $_["initialized"] === '1' ): ?>
 			<p>
 				<a name="changePKPasswd" />
 				<label for="changePrivateKeyPasswd">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list