From ed5bc3a74f0abefdb569f961bf3991cf0f61c92a Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 25 Feb 2025 09:54:13 +0600 Subject: [PATCH] Removed x if password is default --- source/ubl-settings-usergroups-group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-usergroups-group.c b/source/ubl-settings-usergroups-group.c index 52e367e..e9b1690 100644 --- a/source/ubl-settings-usergroups-group.c +++ b/source/ubl-settings-usergroups-group.c @@ -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);