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/dozmod/mailconfig.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/dozmod/mailconfig.html')
-rw-r--r-- | templates/dozmod/mailconfig.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/dozmod/mailconfig.html b/templates/dozmod/mailconfig.html index 5f38b50b..b19776c0 100644 --- a/templates/dozmod/mailconfig.html +++ b/templates/dozmod/mailconfig.html @@ -9,6 +9,8 @@ <p>[BETA] Diese Funktionalität ist neu. Wir bitten um Nachsicht, falls es Situationen gibt, in denen zu viele oder zu wenige Nachrichten verschickt werden.</p> <form action="?do=DozMod" method="post" id="mailconf"> + <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;"> <div class="input-group"> <label class="input-group-addon slx-ga2" for="host-id">{{lang_host}} *</label> <input type="text" name="host" id ="host-id" class="form-control" placeholder="smtp.example.com" value="{{host}}"> |