summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_usermanager_edit.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_edit.php b/usr/local/www/system_usermanager_edit.php
index b27ca41..1560a54 100644
--- a/usr/local/www/system_usermanager_edit.php
+++ b/usr/local/www/system_usermanager_edit.php
@@ -139,8 +139,12 @@ if ($_POST) {
assignGID($groupname);
}
- write_config();
+ write_config();
+ /* sync usernames and password db */
+ $retval = system_password_configure();
+ sync_webgui_passwords();
+
$retval = 0;
config_lock();
config_unlock();
OpenPOWER on IntegriCloud