Added user login restricted symbols

pull/278/head
parent 89b940643e
commit 860e2a2743
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -185,7 +185,8 @@ ubl_settings_usergroups_user_window *yon_ubl_settings_usergroups_user_new(){
window->MainNotebook=yon_gtk_builder_get_widget(builder,"MainNotebook");
window->expiration_unix=NULL;
window->last_uid=NULL;
yon_gtk_entry_block_symbols(GTK_ENTRY(window->userUserNameEntry),":");
yon_gtk_entry_block_symbols(GTK_ENTRY(window->userUserNameEntry),"[]()\'\":");
yon_gtk_entry_block_symbols(GTK_ENTRY(window->userLoginEntry),"[]()\'\":");
time_t t = time(NULL);
struct tm tm = *localtime(&t);

Loading…
Cancel
Save