Moved 'extra options' entry to additional parameters section

pull/107/head
parent 81499159d9
commit 9931dd00a6

@ -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);

Loading…
Cancel
Save