summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.initial.password
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-10 17:01:11 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-12-10 10:09:30 -0500
commit4e322e2c189e18133324c933ad35f0735fab510f (patch)
tree91cb8c627c8efbe69ceb7e7dc41635d6a144e12e /src/etc/rc.initial.password
parentb3b10d30794a60ed9a781cc3c8e0d29b774bf86e (diff)
downloadpfsense-4e322e2c189e18133324c933ad35f0735fab510f.zip
pfsense-4e322e2c189e18133324c933ad35f0735fab510f.tar.gz
Code style and white space in etc
Diffstat (limited to 'src/etc/rc.initial.password')
-rwxr-xr-xsrc/etc/rc.initial.password8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/etc/rc.initial.password b/src/etc/rc.initial.password
index 0e13f7c..969745b 100755
--- a/src/etc/rc.initial.password
+++ b/src/etc/rc.initial.password
@@ -40,14 +40,14 @@
echo "\n" . gettext('
The webConfigurator admin password and privileges will be reset to the default (which is "' . strtolower($g['product_name']) . '").') . "\n" .
- gettext('Do you want to proceed [y|n]?');
+ gettext('Do you want to proceed [y|n]?') . " ";
if (strcasecmp(chop(fgets($fp)), "y") == 0) {
if (isset($config['system']['webgui']['authmode']) &&
- $config['system']['webgui']['authmode'] != "Local Database") {
+ $config['system']['webgui']['authmode'] != "Local Database") {
echo "\n" . gettext('
The User manager authentication server is set to "' . $config['system']['webgui']['authmode'] . '".') . "\n" .
- gettext('Do you want to set it back to Local Database [y|n]?');
+ gettext('Do you want to set it back to Local Database [y|n]?') . " ";
if (strcasecmp(chop(fgets($fp)), "y") == 0) {
$config['system']['webgui']['authmode'] = "Local Database";
}
@@ -76,7 +76,7 @@ The User manager authentication server is set to "' . $config['system']['webgui'
write_config(gettext("password changed from console menu"));
echo "\n" . gettext('
-The password for the webConfigurator has been reset and
+The password for the webConfigurator has been reset and
the default username has been set to "admin".') . "\n" .
gettext('
Remember to set the password to something else than
OpenPOWER on IntegriCloud