From c8cafcefe49121fb62c58795e066c0559983de7d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 Apr 2013 17:16:15 +0200 Subject: [PATCH] move password warning more relevant below password field, un-nest log in warning --- core/templates/login.php | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/core/templates/login.php b/core/templates/login.php index 2c9884f5246..571e0a865d9 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -4,23 +4,14 @@ '); } ?> - + +
+ t('Automatic logon rejected!')); ?>
+ t('If you did not change your password recently, your account may be compromised!')); ?> +
+ t('Please change your password to secure your account again.')); ?> +
+

@@ -37,6 +28,13 @@

+ + + + t('Lost your password?')); ?> + + + -- 2.39.5