From: Andrea Zagli Date: Sun, 8 Aug 2010 07:21:00 +0000 (+0200) Subject: Removed field "last_access". X-Git-Tag: 0.1.0~3 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=3e4a5095f5df075bedccd124ae050c6f0903275c;p=zakauthe%2Fplugins%2Fdb Removed field "last_access". --- diff --git a/data/autedb.sql b/data/autedb.sql index 7d10fa9..6988dad 100644 --- a/data/autedb.sql +++ b/data/autedb.sql @@ -4,7 +4,6 @@ CREATE TABLE users ( surname varchar(100) DEFAULT '', name varchar(100) DEFAULT '', enabled bool, - last_access time, password_expiration time, notes text DEFAULT '', status varchar(1) DEFAULT '', @@ -12,5 +11,5 @@ CREATE TABLE users ( ); /* initial user with password 'root' */ -INSERT INTO users (code, password, surnam, enabled, status) +INSERT INTO users (code, password, surname, enabled, status) VALUES ('root', '63a9f0ea7bb98050796b649e85481845', 'Root', TRUE, ''); diff --git a/data/libaute-db/form/autedb.form b/data/libaute-db/form/autedb.form index 1e4fba3..b591d4b 100644 --- a/data/libaute-db/form/autedb.form +++ b/data/libaute-db/form/autedb.form @@ -31,13 +31,6 @@ - - - datetime - %d/%m/%Y %H.%M.%S - - - datetime diff --git a/data/libaute-db/gui/autedb.glade b/data/libaute-db/gui/autedb.glade deleted file mode 100644 index fdda131..0000000 --- a/data/libaute-db/gui/autedb.glade +++ /dev/null @@ -1,644 +0,0 @@ - - - - - - True - Autenticazione - True - dialog - - - True - vertical - - - True - 5 - 3 - 2 - 5 - 5 - - - True - 0 - Utente - - - GTK_FILL - - - - - - True - 0 - Password - - - 1 - 2 - GTK_FILL - - - - - - True - True - True - - - 1 - 2 - - - - - - True - True - False - True - - - 1 - 2 - 1 - 2 - - - - - - True - True - - - True - 5 - 2 - 2 - 5 - 5 - - - True - 0 - Nuova - - - GTK_FILL - - - - - - True - 0 - Conferma - - - 1 - 2 - GTK_FILL - - - - - - True - True - False - True - - - 1 - 2 - - - - - - True - True - False - True - - - 1 - 2 - 1 - 2 - - - - - - - - True - _Cambia password - True - - - - - 2 - 2 - 3 - GTK_FILL - - - - - 2 - - - - - True - end - - - gtk-cancel - True - True - True - False - True - - - False - False - 0 - - - - - gtk-ok - True - True - True - True - False - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - cancelbutton1 - okbutton1 - - - - - - - - - - - - - - - - - - - - True - 5 - vertical - 5 - - - True - True - automatic - automatic - etched-in - - - True - True - lstore_users - - - Status - - - - 0 - - - - - - - Code - - - - 1 - - - - - - - Name - - - - 2 - - - - - - - Last access - - - - 3 - - - - - - - Password expiration - - - - 4 - - - - - - - - - 0 - - - - - True - 5 - end - - - gtk-new - True - True - True - True - - - False - False - 0 - - - - - gtk-edit - True - True - True - True - - - False - False - 1 - - - - - gtk-delete - True - True - True - True - - - False - False - 2 - - - - - gtk-find - True - True - True - True - - - False - False - 3 - - - - - False - 1 - - - - - - - User - True - center-on-parent - True - - - True - 5 - vertical - 5 - - - True - 8 - 2 - 5 - 5 - - - True - 0 - Code - - - GTK_FILL - GTK_FILL - - - - - True - 0 - Surname - - - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - 0 - Name - - - 2 - 3 - GTK_FILL - GTK_FILL - - - - - True - 0 - Enabled - - - 3 - 4 - GTK_FILL - GTK_FILL - - - - - True - 0 - Last access - - - 4 - 5 - GTK_FILL - GTK_FILL - - - - - True - 0 - Password expiration - - - 5 - 6 - GTK_FILL - GTK_FILL - - - - - True - 0 - 0 - Description - - - 6 - 7 - GTK_FILL - GTK_FILL - - - - - True - 0 - lbl_last_access - - - 1 - 2 - 4 - 5 - - - - - True - True - False - True - - - 1 - 2 - 3 - 4 - - - - - True - True - 10 - - - - 1 - 2 - - - - - True - True - 100 - - - - 1 - 2 - 1 - 2 - - - - - True - True - 100 - - - - 1 - 2 - 2 - 3 - - - - - True - True - 19 - - - - 1 - 2 - 5 - 6 - - - - - True - True - automatic - automatic - etched-in - - - True - True - - - - - 1 - 2 - 6 - 7 - - - - - - - - lbl_password - - - 7 - 8 - GTK_FILL - GTK_FILL - - - - - 0 - - - - - True - 5 - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-save - True - True - True - True - - - False - False - 1 - - - - - False - 1 - - - - - - diff --git a/data/libaute-db/gui/autedb.gui b/data/libaute-db/gui/autedb.gui new file mode 100644 index 0000000..78bedf1 --- /dev/null +++ b/data/libaute-db/gui/autedb.gui @@ -0,0 +1,618 @@ + + + + + + True + Autenticazione + True + dialog + + + True + vertical + + + True + 5 + 3 + 2 + 5 + 5 + + + True + 0 + Utente + + + GTK_FILL + + + + + + True + 0 + Password + + + 1 + 2 + GTK_FILL + + + + + + True + True + True + + + 1 + 2 + + + + + + True + True + False + True + + + 1 + 2 + 1 + 2 + + + + + + True + True + + + True + 5 + 2 + 2 + 5 + 5 + + + True + 0 + Nuova + + + GTK_FILL + + + + + + True + 0 + Conferma + + + 1 + 2 + GTK_FILL + + + + + + True + True + False + True + + + 1 + 2 + + + + + + True + True + False + True + + + 1 + 2 + 1 + 2 + + + + + + + + True + _Cambia password + True + + + + + 2 + 2 + 3 + GTK_FILL + + + + + 2 + + + + + True + end + + + gtk-cancel + True + True + True + False + True + + + False + False + 0 + + + + + gtk-ok + True + True + True + True + False + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + cancelbutton1 + okbutton1 + + + + + + + + + + + + + + + + + + + + True + 5 + vertical + 5 + + + True + True + automatic + automatic + etched-in + + + True + True + lstore_users + + + Status + + + + 0 + + + + + + + Code + + + + 1 + + + + + + + Name + + + + 2 + + + + + + + Last access + + + + 3 + + + + + + + Password expiration + + + + 4 + + + + + + + + + 0 + + + + + True + 5 + end + + + gtk-new + True + True + True + True + + + False + False + 0 + + + + + gtk-edit + True + True + True + True + + + False + False + 1 + + + + + gtk-delete + True + True + True + True + + + False + False + 2 + + + + + gtk-find + True + True + True + True + + + False + False + 3 + + + + + False + 1 + + + + + + + User + True + center-on-parent + True + + + True + 5 + vertical + 5 + + + True + 7 + 2 + 5 + 5 + + + True + 0 + Code + + + GTK_FILL + GTK_FILL + + + + + True + 0 + Surname + + + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + 0 + Name + + + 2 + 3 + GTK_FILL + GTK_FILL + + + + + True + 0 + Enabled + + + 3 + 4 + GTK_FILL + GTK_FILL + + + + + True + 0 + Password expiration + + + 4 + 5 + GTK_FILL + GTK_FILL + + + + + True + 0 + 0 + Description + + + 5 + 6 + GTK_FILL + GTK_FILL + + + + + True + True + False + True + + + 1 + 2 + 3 + 4 + + + + + True + True + 10 + + + + 1 + 2 + + + + + True + True + 100 + + + + 1 + 2 + 1 + 2 + + + + + True + True + 100 + + + + 1 + 2 + 2 + 3 + + + + + True + True + 19 + + + + 1 + 2 + 4 + 5 + + + + + True + True + automatic + automatic + etched-in + + + True + True + + + + + 1 + 2 + 5 + 6 + + + + + lbl_password + + + 6 + 7 + GTK_FILL + GTK_FILL + + + + + + + + 0 + + + + + True + 5 + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-save + True + True + True + True + + + False + False + 1 + + + + + False + 1 + + + + + + diff --git a/src/aute_db.c b/src/aute_db.c index 7bd62c9..265454d 100644 --- a/src/aute_db.c +++ b/src/aute_db.c @@ -47,7 +47,6 @@ enum COL_STATUS, COL_CODE, COL_NAME, - COL_LAST_ACCESS, COL_PASSWORD_EXPIRATION }; @@ -232,7 +231,6 @@ autedb_load_users_list () COL_NAME, g_strdup_printf ("%s %s", gdaex_data_model_get_field_value_stringify_at (dm, row, "surname"), gdaex_data_model_get_field_value_stringify_at (dm, row, "name")), - COL_LAST_ACCESS, gtk_form_field_datetime_get_str_from_tm (gdaex_data_model_get_field_value_tm_at (dm, row, "last_access"), "%d/%m/%Y %H.%M.%S"), COL_PASSWORD_EXPIRATION, gtk_form_field_datetime_get_str_from_tm (gdaex_data_model_get_field_value_tm_at (dm, row, "password_expiration"), "%d/%m/%Y %H.%M.%S"), -1); }