summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-02 22:20:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-02 22:20:01 +0000
commitb40a3d20e3494cff52c6ce31fa19801b41be8863 (patch)
tree34cc044e39958ec6f6eb74735aa6d063d0c81c74 /etc/inc/globals.inc
parentc0dfc944a3210b9e687b3803f61bee9308753168 (diff)
downloadpfsense-b40a3d20e3494cff52c6ce31fa19801b41be8863.zip
pfsense-b40a3d20e3494cff52c6ce31fa19801b41be8863.tar.gz
Define default username and password
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 343dd9b..a1598f7 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -32,6 +32,8 @@
*/
$g = array(
+ "factory_shipped_username" => "admin",
+ "factory_shipped_password" => "pfSense",
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
"varrun_path" => "/var/run",
OpenPOWER on IntegriCloud