From: <vb...@us...> - 2002-09-14 06:22:06
|
Update of /cvsroot/webnotes/webnotes/sql In directory usw-pr-cvs1:/tmp/cvs-serv8861/sql Modified Files: db_generate.sql Added Files: db_upgrade.sql Log Message: - Fixed 0000011: Support MD5 password encryption (includes db change) - Fixed 0000043: Support Plain Passwords - Fixed 0000044: Warning if administrator/root account still enabled - Fixed 0000045: Administrator Account Details (includes db change) - Added db_upgrade.sql - Included the meta tags in some pages. - Some cleanup of the login pages (there is still a problem with login!!) --- NEW FILE: db_upgrade.sql --- ALTER TABLE `phpwn_user_table` CHANGE `password` `password` VARCHAR( 32 ) NOT NULL Index: db_generate.sql =================================================================== RCS file: /cvsroot/webnotes/webnotes/sql/db_generate.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- db_generate.sql 2 Sep 2002 12:42:13 -0000 1.1 +++ db_generate.sql 14 Sep 2002 06:22:03 -0000 1.2 @@ -51,4 +51,4 @@ # Dumping data for table 'phpWN_user_table' # -INSERT INTO phpWN_user_table VALUES ( '0000000001', 'administrator', 'Wy1r49AOWOdCI', '', '0', '0', '9eCxeTLdGjDpI149f9aca9f0ba076ce2'); \ No newline at end of file +INSERT INTO phpWN_user_table VALUES ( '0000000001', 'administrator', 'Wy1r49AOWOdCI', '', '9', '1', '9eCxeTLdGjDpI149f9aca9f0ba076ce2'); \ No newline at end of file |