diff options
author | Simon Rettberg | 2015-12-14 09:44:19 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-12-14 09:44:19 +0100 |
commit | 7f9fbedc58ba8db9021f6341cfb1c92770f8624c (patch) | |
tree | 5b6207b54057edd1914eeb15932963406c72fa56 /templates/sysconfig/ldap-start.html | |
parent | [statistics] Show summary at top, show session details for occupied clients (diff) | |
download | slx-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/sysconfig/ldap-start.html')
-rw-r--r-- | templates/sysconfig/ldap-start.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sysconfig/ldap-start.html b/templates/sysconfig/ldap-start.html index 66afa68d..7892b63f 100644 --- a/templates/sysconfig/ldap-start.html +++ b/templates/sysconfig/ldap-start.html @@ -5,6 +5,8 @@ </p> <form role="form" method="post" action="?do=SysConfig&action=addmodule&step={{step}}"> + <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="edit" value="{{edit}}"> <div class="input-group"> |