]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove confusing 'automatic logon rejected' message, fix #8591
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 8 Aug 2014 23:35:02 +0000 (01:35 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 9 Aug 2014 20:06:08 +0000 (22:06 +0200)
core/templates/login.php

index 951ba3b4f6b8712c0af7850eaa788ce0451426fc..819010c54853e172cbdfdb495d86e438f60cce1a 100644 (file)
@@ -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>