web-ballot.pl: Make token a password field to hide the contents

This commit is contained in:
Petr Baudis 2014-10-13 19:50:45 +02:00
parent 5194ad3d1e
commit 7bc21433b7

View file

@ -142,7 +142,7 @@ if ($q->param('go')) {
print <<EOT;
<form method="post">
<div id="ballot">
<p align="center"><b>Token:</b> <input type="text" name="token" size="5" maxlength="5" /></p>
<p align="center"><b>Token:</b> <input type="password" name="token" size="5" maxlength="5" /></p>
<ul>
EOT