Author: tille Date: 2008-09-26 08:04:24 +0000 (Fri, 26 Sep 2008) New Revision: 2541
Modified: trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql Log: Make sure that the created database contains a valid curator according the fixed authentication code. Modified: trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql =================================================================== --- trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql 2008-09-26 07:31:40 UTC (rev 2540) +++ trunk/packages/agdbnet/trunk/debian/agdbnet_xml2sql 2008-09-26 08:04:24 UTC (rev 2541) @@ -71,5 +71,5 @@ set -x psql "$XMLNAME" <<EOT - INSERT INTO users VALUES (1, '$USERNAME', '$SURNAME', '$FIRSTNAME', '$EMAIL', '', '', now(), '') ; + INSERT INTO users VALUES (1, '$USERNAME', '$SURNAME', '$FIRSTNAME', '$EMAIL', '', 'curator', now(), '') ; EOT _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
