mirror of
https://github.com/pasky/brmelect.git
synced 2025-06-07 09:33:59 +02:00
web-ballot.pl: Make token a password field to hide the contents
This commit is contained in:
parent
5194ad3d1e
commit
7bc21433b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue