|
|
|
|
@ -2639,6 +2639,11 @@ void on_main_edit(GtkWidget *, main_window *widgets){
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (parsed_size>5){
|
|
|
|
|
if (check_is_password_hash(parameters[5])){
|
|
|
|
|
char *temp = yon_char_append("%%",parameters[5]);
|
|
|
|
|
free(parameters[5]);
|
|
|
|
|
parameters[5]=temp;
|
|
|
|
|
}
|
|
|
|
|
window->old_password=yon_char_new(parameters[5]);
|
|
|
|
|
if (strcmp(parameters[5],"x")&&strcmp(parameters[5],"")){
|
|
|
|
|
if (yon_check_password_blocked(parameters[5])){
|
|
|
|
|
|