diff options
author | Bill Marquette <billm@pfsense.org> | 2007-10-17 00:25:25 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2007-10-17 00:25:25 +0000 |
commit | 709cc6e0f29e0fa16fa872a00940d078dc039506 (patch) | |
tree | 67ae43965365032a76026ad8e9c3f90069938f4a /etc/rc.initial.password | |
parent | 3702685f11cc41455faa75e995b02007f835480d (diff) | |
download | pfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.zip pfsense-709cc6e0f29e0fa16fa872a00940d078dc039506.tar.gz |
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
Diffstat (limited to 'etc/rc.initial.password')
-rwxr-xr-x | etc/rc.initial.password | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.initial.password b/etc/rc.initial.password index 9afc90b..a12de05 100755 --- a/etc/rc.initial.password +++ b/etc/rc.initial.password @@ -38,7 +38,7 @@ echo <<<EOD -The webGUI password will be reset to the default (which is 'pfsense'). +The webConfigurator password will be reset to the default (which is 'pfsense'). Do you want to proceed [y|n]? EOD; @@ -53,11 +53,11 @@ EOD; echo <<<EOD -The password for the webGUI has been reset and +The password for the webConfigurator has been reset and the default username has been set to "admin". Remember to set the password to something else than -the default as soon as you have logged into the webGUI. +the default as soon as you have logged into the webConfigurator. Press ENTER to continue. |