[Pkg-owncloud-commits] [owncloud] 42/121: remove confusing 'automatic logon rejected' message, fix #8591

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:30 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit b3e2f6b45796ceca5fd8d74f662d34d9cafb0f43
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Sat Aug 9 01:35:02 2014 +0200

    remove confusing 'automatic logon rejected' message, fix #8591
---
 core/templates/login.php | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/core/templates/login.php b/core/templates/login.php
index 951ba3b..819010c 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -6,14 +6,6 @@
 	<?php if (!empty($_['redirect_url'])) {
 		print_unescaped('<input type="hidden" name="redirect_url" value="' . OC_Util::sanitizeHTML($_['redirect_url']) . '" />');
 	} ?>
-		<?php if (isset($_['invalidcookie']) && ($_['invalidcookie'])): ?>
-		<div class="warning">
-			<?php p($l->t('Automatic logon rejected!')); ?><br>
-			<small><?php p($l->t('If you did not change your password recently, your account may be compromised!')); ?></small>
-			<br>
-			<small><?php p($l->t('Please change your password to secure your account again.')); ?></small>
-		</div>
-		<?php endif; ?>
 		<?php if (isset($_['apacheauthfailed']) && ($_['apacheauthfailed'])): ?>
 			<div class="warning">
 				<?php p($l->t('Server side authentication failed!')); ?><br>

-- 
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