aboutsummaryrefslogtreecommitdiff
path: root/templates/login.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tpl.php')
-rw-r--r--templates/login.tpl.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/login.tpl.php b/templates/login.tpl.php
index def2d72..6592b0d 100644
--- a/templates/login.tpl.php
+++ b/templates/login.tpl.php
@@ -8,6 +8,12 @@ window.onload = function() {
}
</script>
+<?php
+if (!$userservice->isSessionStable()) {
+ echo '<p class="error">'.T_('Please activate cookies').'</p>';
+}
+?>
+
<form action="<?php echo $formaction; ?>" method="post">
<div><input type="hidden" name="query" value="<?php echo $querystring; ?>" /></div>
<table>