|
|
|
@ -1224,6 +1224,9 @@ void on_user_save(GtkWidget *self, dictionary *dict){
|
|
|
|
yon_ubl_status_highlight_incorrect(window->userPasswordEntry);
|
|
|
|
yon_ubl_status_highlight_incorrect(window->userPasswordEntry);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (password[0]==' '&&password[1]=='.'&&password[2]==' '){
|
|
|
|
|
|
|
|
free(yon_char_divide(password,2));
|
|
|
|
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
password="x";
|
|
|
|
password="x";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|