diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-12 02:11:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-12 02:11:41 +0000 |
commit | 1cd160578cdcb106a8a16cc23462460633933710 (patch) | |
tree | 7c2c63b70a87577c6d59c456d92057b72c05db00 /cf/conf | |
parent | bb940538a42501bbd78cb1a2a367c2207c515b45 (diff) | |
download | pfsense-1cd160578cdcb106a8a16cc23462460633933710.zip pfsense-1cd160578cdcb106a8a16cc23462460633933710.tar.gz |
Change default password to pfsense
Diffstat (limited to 'cf/conf')
-rw-r--r-- | cf/conf/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index d973c1e..97212f6 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -9,7 +9,7 @@ <dnsserver></dnsserver> <dnsallowoverride/> <username>admin</username> - <password>$1$2xGLA75j$W/jiJc00HYBZX7kFjxjQv0</password> + <password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> <timezone>Etc/UTC</timezone> <time-update-interval>300</time-update-interval> <timeservers>pool.ntp.org</timeservers> |