[Commits] (bcm) change root password to 'cosmo'

commits at osafoundation.org commits at osafoundation.org
Fri Apr 15 12:55:31 PDT 2005


Commit by: bcm
Modified files:
server/db/schema.hsqldb.sql 1.1 1.2
server/db/schema.mysql.sql 1.1 1.2

Log message:
change root password to 'cosmo'


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/db/schema.hsqldb.sql.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/server/db/schema.mysql.sql.diff?r1=text&tr1=1.1&r2=text&tr2=1.2

Index: server/db/schema.hsqldb.sql
diff -u server/db/schema.hsqldb.sql:1.1 server/db/schema.hsqldb.sql:1.2
--- server/db/schema.hsqldb.sql:1.1	Wed Apr 13 16:50:27 2005
+++ server/db/schema.hsqldb.sql	Fri Apr 15 12:55:30 2005
@@ -31,7 +31,7 @@
   CONSTRAINT username UNIQUE (username)
 );
 
-INSERT INTO user VALUES (1, 'root', '0abe649e70ab8acf6b9567378f62560b', 'root at localhost', NOW(), NOW());
+INSERT INTO user VALUES (1, 'root', '32a8bd4d676f4fef0920c7da8db2bad7', 'root at localhost', NOW(), NOW());
 
 --
 -- add foreign key constraints at the end so we can drop and re-add

Index: server/db/schema.mysql.sql
diff -u server/db/schema.mysql.sql:1.1 server/db/schema.mysql.sql:1.2
--- server/db/schema.mysql.sql:1.1	Wed Apr 13 16:50:27 2005
+++ server/db/schema.mysql.sql	Fri Apr 15 12:55:30 2005
@@ -31,7 +31,7 @@
   CONSTRAINT username UNIQUE (username)
 );
 
-INSERT INTO user VALUES (1, 'root', '0abe649e70ab8acf6b9567378f62560b', 'root at localhost', NOW(), NOW());
+INSERT INTO user VALUES (1, 'root', '32a8bd4d676f4fef0920c7da8db2bad7', 'root at localhost', NOW(), NOW());
 
 --
 -- add foreign key constraints at the end so we can drop and re-add



More information about the Commits mailing list