summaryrefslogtreecommitdiffstats
path: root/templates/page-adduser.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-adduser.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-adduser.html')
-rw-r--r--templates/page-adduser.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page-adduser.html b/templates/page-adduser.html
index 50af8267..0b097890 100644
--- a/templates/page-adduser.html
+++ b/templates/page-adduser.html
@@ -1,4 +1,6 @@
<form class="form-adduser" action="?do=AddUser" method="post">
+ <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;">
<h2 class="form-signin-heading">{{lang_createUser}}</h2>
<div class="row">
<div class="col-md-4">{{lang_username}} *</div>