summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-04 21:02:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-04 21:02:19 +0000
commit3d79c8ba153ed60fdf149efab81ccb9ebd2b55c9 (patch)
tree781e6d82bc67b0c509b3d49ad539d6d46af47897
parent25a4bcd25d11185b2b9b7d1fb82297134d4e9b7e (diff)
downloadpfsense-3d79c8ba153ed60fdf149efab81ccb9ebd2b55c9.zip
pfsense-3d79c8ba153ed60fdf149efab81ccb9ebd2b55c9.tar.gz
Sync web GUI password when saving the Admin password. Also sync ssh password at the same time.
Reported-by: B.Kharazmi
-rw-r--r--usr/local/www/wizards/setup_wizard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml
index 353536e..87ea036 100644
--- a/usr/local/www/wizards/setup_wizard.xml
+++ b/usr/local/www/wizards/setup_wizard.xml
@@ -2446,7 +2446,7 @@
$config['system']['password'] = crypt($_POST['adminpassword']);
write_config();
} else {
- print_info_box_np("Passwords do not match!");
+ print_info_box_np("Passwords do not match! Please press back in your browser window and correct.");
die;
}
}
OpenPOWER on IntegriCloud