ensure that you have to be logged in
diff --git a/planning/poll2012name.php b/planning/poll2012name.php
index 7201f12..9c31a05 100644
--- a/planning/poll2012name.php
+++ b/planning/poll2012name.php
@@ -40,7 +40,7 @@
    $Poll->noGraph();  # uncomment to disable bar graph
    $pollHTML = $Poll->getHTML();
 
-
+   $Poll->requireLogin(); # no anonymous votes
               
        # Paste your HTML content between the markers!   
 ob_start();