diff options
author | jim-p <jimp@pfsense.org> | 2016-02-04 09:09:08 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2016-02-04 09:09:08 -0500 |
commit | f83284bf9145b9627574be06b749f99fbcfb4a13 (patch) | |
tree | 62f58cc0168fe7e2f47ca855d17676eda37abde6 /src/conf.default | |
parent | ebafd652ffc91ade4b7efa390f2c7606333eeeb7 (diff) | |
download | pfsense-f83284bf9145b9627574be06b749f99fbcfb4a13.zip pfsense-f83284bf9145b9627574be06b749f99fbcfb4a13.tar.gz |
Also switch admin password in the default config.xml to bcrypt. Ticket #4120
Diffstat (limited to 'src/conf.default')
-rw-r--r-- | src/conf.default/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml index c0aef71..d09cd06 100644 --- a/src/conf.default/config.xml +++ b/src/conf.default/config.xml @@ -28,7 +28,7 @@ <descr><![CDATA[System Administrator]]></descr> <scope>system</scope> <groupname>admins</groupname> - <password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> + <bcrypt-hash>$2b$10$13u6qwCOwODv34GyCMgdWub6oQF3RX0rG7c3d3X4JvzuEmAXLYDd2</bcrypt-hash> <uid>0</uid> <priv>user-shell-access</priv> </user> |