|
|
|
@ -474,6 +474,7 @@ void on_user_save(GtkWidget *self, dictionary *dict){
|
|
|
|
if (!yon_char_is_empty(useradd_sync_string)){
|
|
|
|
if (!yon_char_is_empty(useradd_sync_string)){
|
|
|
|
final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",USERADD_SYNC(login));
|
|
|
|
final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",USERADD_SYNC(login));
|
|
|
|
yon_config_register(USERADD_SYNC(login),final_command,useradd_sync_string);
|
|
|
|
yon_config_register(USERADD_SYNC(login),final_command,useradd_sync_string);
|
|
|
|
|
|
|
|
yon_config_compare_ignore_set(USERADD_SYNC(login),1);
|
|
|
|
if (!yon_char_is_empty(window->old_username)&&strcmp(window->old_username,login)){
|
|
|
|
if (!yon_char_is_empty(window->old_username)&&strcmp(window->old_username,login)){
|
|
|
|
yon_config_remove_by_key(USERADD_SYNC(window->old_username));
|
|
|
|
yon_config_remove_by_key(USERADD_SYNC(window->old_username));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|