diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-04 21:02:19 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-04 21:02:19 +0000 |
commit | 3d79c8ba153ed60fdf149efab81ccb9ebd2b55c9 (patch) | |
tree | 781e6d82bc67b0c509b3d49ad539d6d46af47897 | |
parent | 25a4bcd25d11185b2b9b7d1fb82297134d4e9b7e (diff) | |
download | pfsense-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.xml | 2 |
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; } } |