summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-05 21:33:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-05 21:33:21 +0000
commitca008ab895ec14f0293a74f37c36101bd4b3e40a (patch)
tree29e07fa70240418687ade4bdfd1e1f44c7c54858
parentf9a91638b380f4048e5918c4618d04e63ab9b370 (diff)
downloadpfsense-ca008ab895ec14f0293a74f37c36101bd4b3e40a.zip
pfsense-ca008ab895ec14f0293a74f37c36101bd4b3e40a.tar.gz
Call system_password_configure which syncs the http password.
-rw-r--r--usr/local/www/wizards/setup_wizard.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 87ea036..072ef01a 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -2445,6 +2445,7 @@
pclose($fd);
$config['system']['password'] = crypt($_POST['adminpassword']);
write_config();
+ system_password_configure();
} else {
print_info_box_np("Passwords do not match! Please press back in your browser window and correct.");
die;
OpenPOWER on IntegriCloud