summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-11-12 00:38:10 +0000
committerChris Buechler <cmb@pfsense.org>2008-11-12 00:38:10 +0000
commit4697490537d1588b504b8ee75a7fbbd123ed0a86 (patch)
treef8c62cd2601f4c6e9c5e3ed2222805e602016ca2 /etc
parent6f891c200db6f6f59c2d2f7eaddd76a0ee4d8184 (diff)
downloadpfsense-4697490537d1588b504b8ee75a7fbbd123ed0a86.zip
pfsense-4697490537d1588b504b8ee75a7fbbd123ed0a86.tar.gz
Show correct password (it's caps sensitive)
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/globals.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 34405e2..262b1f1 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -33,7 +33,7 @@
$g = array(
"factory_shipped_username" => "admin",
- "factory_shipped_password" => "pfSense",
+ "factory_shipped_password" => "pfsense",
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
"varrun_path" => "/var/run",
@@ -89,4 +89,4 @@ $iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud