Blame SOURCES/0181-uploader-move-username-and-password-to-the-advanced-.patch

4b6aa8
From 406bca78e4979831737bf13c8d990237a82eb5ba Mon Sep 17 00:00:00 2001
4b6aa8
From: Matej Habrnal <mhabrnal@redhat.com>
4b6aa8
Date: Mon, 9 Nov 2015 15:30:45 +0100
4b6aa8
Subject: [PATCH] uploader: move username and password to the advanced options
4b6aa8
4b6aa8
Due to possibility configure SSH keys the username and the password became not
4b6aa8
so important options therefore were moved from Basic to Advanced options.
4b6aa8
4b6aa8
Related to rhbz#1289513
4b6aa8
4b6aa8
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
4b6aa8
---
4b6aa8
 src/plugins/report_Uploader.xml.in | 20 ++++++++++----------
4b6aa8
 1 file changed, 10 insertions(+), 10 deletions(-)
4b6aa8
4b6aa8
diff --git a/src/plugins/report_Uploader.xml.in b/src/plugins/report_Uploader.xml.in
4b6aa8
index 8d648eb..db00c23 100644
4b6aa8
--- a/src/plugins/report_Uploader.xml.in
4b6aa8
+++ b/src/plugins/report_Uploader.xml.in
4b6aa8
@@ -19,17 +19,17 @@
4b6aa8
             <_note-html>Examples:
ftp://[user[:pass]@]host/dir/[file.tar.gz]
scp://[user[:pass]@]host/dir/[file.tar.gz]
file:///dir/[file.tar.gz]</_note-html>
4b6aa8
             <default-value></default-value>
4b6aa8
         </option>
4b6aa8
-        <option type="text" name="Upload_Username">
4b6aa8
-            <_label>User name</_label>
4b6aa8
-            <allow-empty>yes</allow-empty>
4b6aa8
-            <_description>Use this field if you do not want to have user name in URL</_description>
4b6aa8
-        </option>
4b6aa8
-        <option type="password" name="Upload_Password">
4b6aa8
-            <_label>Password</_label>
4b6aa8
-            <allow-empty>yes</allow-empty>
4b6aa8
-            <_description>Use this field if you do not want to have password in URL</_description>
4b6aa8
-        </option>
4b6aa8
         <advanced-options>
4b6aa8
+            <option type="text" name="Upload_Username">
4b6aa8
+                <_label>User name</_label>
4b6aa8
+                <allow-empty>yes</allow-empty>
4b6aa8
+                <_description>Use this field if you do not want to have user name in URL</_description>
4b6aa8
+            </option>
4b6aa8
+            <option type="password" name="Upload_Password">
4b6aa8
+                <_label>Password</_label>
4b6aa8
+                <allow-empty>yes</allow-empty>
4b6aa8
+                <_description>Use this field if you do not want to have password in URL</_description>
4b6aa8
+            </option>
4b6aa8
             <option type="text" name="http_proxy">
4b6aa8
                 <_label>HTTP Proxy</_label>
4b6aa8
                 <allow-empty>yes</allow-empty>
4b6aa8
-- 
4b6aa8
1.8.3.1
4b6aa8