diff options
author | Simon Rettberg | 2017-05-08 14:25:46 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-05-08 14:25:46 +0200 |
commit | 11ad847dd15e53fe10627d6cef21438cd24774db (patch) | |
tree | 334382db3312cb60ee137337df03eecc22a036fc /modules-available/locationinfo | |
parent | [locationinfo] Fix initial selection of backend type when creating server (diff) | |
download | slx-admin-11ad847dd15e53fe10627d6cef21438cd24774db.tar.gz slx-admin-11ad847dd15e53fe10627d6cef21438cd24774db.tar.xz slx-admin-11ad847dd15e53fe10627d6cef21438cd24774db.zip |
[locationinfo] Add fake password fields to prevent autofill
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/templates/server-settings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/locationinfo/templates/server-settings.html b/modules-available/locationinfo/templates/server-settings.html index 51e5bff6..940bc55a 100644 --- a/modules-available/locationinfo/templates/server-settings.html +++ b/modules-available/locationinfo/templates/server-settings.html @@ -51,6 +51,8 @@ <input type="hidden" name="action" value="updateServerSettings"> <input type="hidden" name="id" value="{{id}}"> <input type="hidden" name="type" value="{{backendtype}}"> + <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-2000px" tabindex="-1"> + <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-2000px" tabindex="-1"> <div class="panel panel-default"> |