diff --git a/Anvil/Tools/Get.pm b/Anvil/Tools/Get.pm index 16485238..3645a170 100644 --- a/Anvil/Tools/Get.pm +++ b/Anvil/Tools/Get.pm @@ -293,8 +293,11 @@ sub cgi $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => $debug, list => { "cgi::${variable}::value" => $anvil->data->{cgi}{$variable}{value} }}); } - # Append to 'sys::cgi_string' - $anvil->data->{sys}{cgi_string} .= "$variable=".$anvil->data->{cgi}{$variable}{value}."&"; + # Append to 'sys::cgi_string', so long as the variable doesn't have 'passwd' or 'password' in it. + if (($variable !~ /password/) && ($variable !~ /passwd/)) + { + $anvil->data->{sys}{cgi_string} .= "$variable=".$anvil->data->{cgi}{$variable}{value}."&"; + } } } diff --git a/html/skins/alteeve/anvil.html b/html/skins/alteeve/anvil.html index d4627166..786314cb 100644 --- a/html/skins/alteeve/anvil.html +++ b/html/skins/alteeve/anvil.html @@ -74,21 +74,49 @@
+
+ + + + + + + + + + + + + + @@ -99,12 +127,17 @@   + + + diff --git a/share/words.xml b/share/words.xml index 7116e7c3..546fc538 100644 --- a/share/words.xml +++ b/share/words.xml @@ -250,6 +250,9 @@ About to try to download aproximately: [#!variable!packages!#] packages needed t The zone: [#!variable!zone!#]'s user-land file: [#!variable!file!#] exists. Skipping checking the configuration of this zone.Red Hat userRed Hat password + What kind of machine will this host be? + current IP address and password?]]> + you can enter your Red Hat subscription credentials below.
If needed, the host will be subscribed during setup.]]>
Starting: [#!variable!program!#].
+ #!string!message_0146!#" +
+ #!string!message_0116!#"
+ #!string!message_0117!#" +
+   +
+ #!string!message_0147!#" +
- +   - + +
- #!string!message_0116!#"
- #!string!message_0117!#" +   +
+ #!string!message_0148!#"
- + +
+  
- +