Module: check_mk
Branch: master
Commit: 5c2a0707d655e931572214a1403c0ea18ce59a84
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=5c2a0707d655e9…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Jan 27 13:29:26 2016 +0100
Edit host form: prevent browser completion of SNMP community field
---
web/htdocs/wato.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index af074fd..23e57bb 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -1275,6 +1275,7 @@ def mode_edit_host(phase, new, is_cluster):
html.write("<div class=info>" + lock_message +
"</div>")
html.begin_form("edit_host", method="POST")
+ html.prevent_password_auto_completion()
# host name
forms.header(_("General Properties"))