From daa962b390e0e2cb09221ad616c5010f6bd4a2eb Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sun, 11 May 2014 09:01:59 +0000 Subject: [PATCH] 2014-05-11 Junichi Satoh * pandoradb.postgreSQL.sql: Fixed that initial user (admin) cannot be logged in. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9913 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/pandoradb.postgreSQL.sql | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 '',