Removed x if password is default

pull/235/head
parent 6060f1a2ad
commit ed5bc3a74f

@ -212,7 +212,7 @@ void on_group_save(GtkWidget *self, dictionary *dict){
":",yon_char_return_if_exist(non_unique,""),
yon_char_return_if_exist(gsystem,""),
":",yon_char_return_if_exist(admins,""),
":",yon_char_return_if_exist(password,"x"),
":",yon_char_return_if_exist(password,""),
NULL);
char *final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",GROUPADD_SYNC(group_name));
yon_config_register(GROUPADD(group_name),final_command,final_string);

Loading…
Cancel
Save