[otrs-cvs] otrs/Kernel/Output/HTML/Standard InstallerDBStart.dtl, 1.18, 1.19 InstallerConfigureMail.dtl, 1.22, 1.23

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv13082/Kernel/Output/HTML/Standard

Modified Files:
	InstallerDBStart.dtl InstallerConfigureMail.dtl 
Log Message:
Fixed bug#4513 - Prevent autocompletion for DB and mail configuration screens in web installer.

Author: mb

Index: InstallerDBStart.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/InstallerDBStart.dtl,v
retrieving revision 1.18
retrieving revision 1.19
diff -2 -u -d -r1.18 -r1.19
--- InstallerDBStart.dtl	20 Nov 2012 15:27:14 -0000	1.18
+++ InstallerDBStart.dtl	14 Jan 2013 08:25:03 -0000	1.19
@@ -1,5 +1,5 @@
 # --
 # InstallerDBStart.dtl - provides the Installer's form to configure the DB
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -55,5 +55,5 @@
                     <label for="DBUser">$Text{"User"}:</label>
                     <div class="Field">
-                        <input type="text" id="DBUser" name="DBUser" value="root" class="W25pc"/>
+                        <input type="text" id="DBUser" name="DBUser" value="root" class="W25pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"If you have set a root password for your database, it must be entered here. If not, leave this field empty. For security reasons we do recommend setting a root password. For more information please refer to your database documentation."}
@@ -64,5 +64,5 @@
                     <label for="DBPassword">$Text{"Password"}:</label>
                     <div class="Field">
-                        <input type="password" id="DBPassword" name="DBPassword" value="" class="W25pc"/>
+                        <input type="password" id="DBPassword" name="DBPassword" value="" class="W25pc" autocomplete="off"/>
                     </div>
                     <div class="Clear"></div>
@@ -92,5 +92,5 @@
                     <label for="OTRSDBUser">$Text{"User"}:</label>
                     <div class="Field">
-                        <input type="text" id="OTRSDBUser" name="OTRSDBUser" value="$Config{"DatabaseUser"}" class="W25pc"/>
+                        <input type="text" id="OTRSDBUser" name="OTRSDBUser" value="$Config{"DatabaseUser"}" class="W25pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"A new database user with limited rights will be created for this OTRS system."}
@@ -101,5 +101,5 @@
                     <label for="OTRSDBPassword">$Text{"Password"}:</label>
                     <div class="Field">
-                        <input type="password" id="OTRSDBPassword" name="OTRSDBPassword" value="hot" class="W25pc"/>
+                        <input type="password" id="OTRSDBPassword" name="OTRSDBPassword" value="hot" class="W25pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"default 'hot'"}

Author: mb

Index: InstallerConfigureMail.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/InstallerConfigureMail.dtl,v
retrieving revision 1.22
retrieving revision 1.23
diff -2 -u -d -r1.22 -r1.23
--- InstallerConfigureMail.dtl	20 Nov 2012 15:27:03 -0000	1.22
+++ InstallerConfigureMail.dtl	14 Jan 2013 08:25:03 -0000	1.23
@@ -1,5 +1,5 @@
 # --
 # InstallerConfigureMail.dtl - provides the form for the Installer's mail configuration
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -102,5 +102,5 @@
                     <label for="SMTPAuthUser">$Text{"SMTP auth user"}:</label>
                     <div class="Field">
-                        <input type="text" id="SMTPAuthUser" name="SMTPAuthUser" value="$QData{"SMTPAuthUser"}" disabled="disabled" class="W33pc"/>
+                        <input type="text" id="SMTPAuthUser" name="SMTPAuthUser" value="$QData{"SMTPAuthUser"}" disabled="disabled" class="W33pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"Username for SMTP auth."}
@@ -111,5 +111,5 @@
                     <label for="SMTPAuthPassword">$Text{"SMTP auth password"}:</label>
                     <div class="Field">
-                        <input type="password" id="SMTPAuthPassword" name="SMTPAuthPassword" value="$QData{"SMTPAuthPassword"}" disabled="disabled" class="W33pc"/>
+                        <input type="password" id="SMTPAuthPassword" name="SMTPAuthPassword" value="$QData{"SMTPAuthPassword"}" disabled="disabled" class="W33pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"Password for SMTP auth."}
@@ -145,5 +145,5 @@
                     <label for="InboundUser">$Text{"Inbound mail user"}:</label>
                     <div class="Field">
-                        <input type="text" id="InboundUser" name="InboundUser" value="$QData{"InboundUser"}" class="W33pc"/>
+                        <input type="text" id="InboundUser" name="InboundUser" value="$QData{"InboundUser"}" class="W33pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"User for inbound mail."}
@@ -154,5 +154,5 @@
                     <label for="InboundPassword">$Text{"Inbound mail password"}:</label>
                     <div class="Field">
-                        <input type="password" id="InboundPassword" name="InboundPassword" value="$QData{"InboundPassword"}" class="W33pc"/>
+                        <input type="password" id="InboundPassword" name="InboundPassword" value="$QData{"InboundPassword"}" class="W33pc" autocomplete="off"/>
                         <p class="FieldExplanation">
                             $Text{"Password for inbound mail."}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.