summaryrefslogtreecommitdiffstats
path: root/templates/page-vmstore.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-12-14 09:44:19 +0100
committerSimon Rettberg2015-12-14 09:44:19 +0100
commit7f9fbedc58ba8db9021f6341cfb1c92770f8624c (patch)
tree5b6207b54057edd1914eeb15932963406c72fa56 /templates/page-vmstore.html
parent[statistics] Show summary at top, show session details for occupied clients (diff)
downloadslx-admin-7f9fbedc58ba8db9021f6341cfb1c92770f8624c.tar.gz
slx-admin-7f9fbedc58ba8db9021f6341cfb1c92770f8624c.tar.xz
slx-admin-7f9fbedc58ba8db9021f6341cfb1c92770f8624c.zip
Add ugly hack to prevent chrome and firefox from autofilling passwords everywhere
Diffstat (limited to 'templates/page-vmstore.html')
-rw-r--r--templates/page-vmstore.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page-vmstore.html b/templates/page-vmstore.html
index c7c9e846..fe2c5225 100644
--- a/templates/page-vmstore.html
+++ b/templates/page-vmstore.html
@@ -1,4 +1,6 @@
<form role="form" method="post" action="?do=VmStore">
+ <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="display:none;">
+ <input type="password" name="password_fake" id="password_fake" value="" style="display:none;">
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="setstore">
<div class="panel panel-default">