From 3e4d56d7bb79c6c4e514482598b7017ee62e930d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 2 Oct 2013 01:02:46 +0200 Subject: [PATCH] adding warning about failed apache module auth --- core/templates/login.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/templates/login.php b/core/templates/login.php index 06f64d41e39..aca42c84387 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -12,6 +12,12 @@ t('Please change your password to secure your account again.')); ?> + +
+ t('Server side authentication failed!')); ?>
+ t('Please contact your administrator.')); ?> +
+