From c81bcf2e4b1c88f336d564ad62cf0779b10a2408 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Mon, 8 Aug 2016 10:30:20 +0200
Subject: [PATCH] Added the autocomplete=off to the form as well

---
 ihtml/themes/breezy/framework.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ihtml/themes/breezy/framework.tpl b/ihtml/themes/breezy/framework.tpl
index 6dfca84bb..a62c1ded9 100644
--- a/ihtml/themes/breezy/framework.tpl
+++ b/ihtml/themes/breezy/framework.tpl
@@ -2,7 +2,7 @@
 <body onLoad="javascript:$$('div.debug_div').each(function (a) { a.hide(); });">
   {$game_screen}
   {$php_errors}
-  <form action="main.php{$plug}" name="mainform" id="mainform" method="post" enctype="multipart/form-data">
+  <form action="main.php{$plug}" name="mainform" id="mainform" method="post" enctype="multipart/form-data" autocomplete="off">
     <div class="setup_header">
       <div id="header_left">
         <img id="fd_logo" class="optional" src="geticon.php?context=applications&amp;icon=fusiondirectory&amp;size=48" alt="FusionDirectory"/>
-- 
GitLab