|
|
|
|
@ -1602,8 +1602,9 @@ void on_user_save(GtkWidget *self, dictionary *dict){
|
|
|
|
|
yon_char_return_if_exist(create_system_user,""),
|
|
|
|
|
yon_char_return_if_exist(create_ununique,""),
|
|
|
|
|
yon_char_return_if_exist(do_not_check,""),
|
|
|
|
|
!yon_char_is_empty(extra_options)?extra_options:"",
|
|
|
|
|
yon_char_return_if_exist(extra_options,""),
|
|
|
|
|
":",yon_char_return_if_exist(password,""),
|
|
|
|
|
":",yon_char_return_if_exist(extra_options,""),
|
|
|
|
|
NULL);
|
|
|
|
|
|
|
|
|
|
yon_config_register(USERADD(login),"users",final_user);
|
|
|
|
|
|