diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d090040e01..84e4ee11be 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-05-11 Junichi Satoh + + * pandoradb.postgreSQL.sql: Fixed that initial user (admin) cannot + be logged in. + 2014-05-11 Junichi Satoh * pandoradb.postgreSQL.sql, pandoradb.data.postgreSQL.sql: Fixed diff --git a/pandora_console/pandoradb.postgreSQL.sql b/pandora_console/pandoradb.postgreSQL.sql index 31864392e9..538b78cb7f 100644 --- a/pandora_console/pandoradb.postgreSQL.sql +++ b/pandora_console/pandoradb.postgreSQL.sql @@ -885,7 +885,7 @@ CREATE TABLE "tusuario" ( "block_size" INTEGER NOT NULL default 20, "flash_chart" INTEGER NOT NULL default 1, "id_skin" INTEGER NOT NULL DEFAULT 0, - "disabled" INTEGER NOT NULL default 1, + "disabled" INTEGER NOT NULL default 0, "shortcut" SMALLINT DEFAULT 0, "shortcut_data" text default '', "section" varchar(255) NOT NULL DEFAULT '',