Patches the "eyes only" warning to more explicitly state the
consequences of sharing the URL with other people.

-- 
Rich Bowen - rbo...@rcbowen.com - @rbowen
http://apachecon.com/ - @apachecon
Index: pysteve/www/htdocs/admin/invite.html
===================================================================
--- pysteve/www/htdocs/admin/invite.html	(revision 1736236)
+++ pysteve/www/htdocs/admin/invite.html	(working copy)
@@ -10,7 +10,7 @@
     var ecount = 0;
     function seedInvite(type) {
         if (type == "closed") {
-            document.getElementById('msgtemplate').value = "A private election for \"$title\" has been called\n\nTo vote, please visit: $votelink\nThis is a private vote URL for your eyes only."
+            document.getElementById('msgtemplate').value = "A private election for \"$title\" has been called\n\nTo vote, please visit: $votelink\nThis is a private vote URL. Do not share it with anyone else, or they will be able to vote for you."
         } else {
             document.getElementById('msgtemplate').value = "A public election for \"$title\" has been called\n\nTo vote, please register for a vote at: $votelink\nAnyone can register to vote."
         }
@@ -91,4 +91,4 @@
     Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License 2.0</a>
 </p>
 </body>
-</html>
\ No newline at end of file
+</html>

Reply via email to