mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Satisfy requirement to restart database process on renaming admin user
This commit is contained in:
@@ -1760,6 +1760,8 @@ if (defined($c->{'pass'})) {
|
||||
&lock_file($module_config_file);
|
||||
&save_module_config();
|
||||
&unlock_file($module_config_file);
|
||||
&stop_mysql();
|
||||
&start_mysql();
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user