[Phpslash-commit] CVS: phpslash-dev/tables/0.8 psl_example.sql,1.1,1.2
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-20 16:36:08
|
Update of /cvsroot/phpslash/phpslash-dev/tables/0.8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13334/phpslash-dev/tables/0.8 Modified Files: psl_example.sql Log Message: Require username and password entry when using the install wizard on new installations. Index: psl_example.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.8/psl_example.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** psl_example.sql 19 Oct 2004 21:41:19 -0000 1.1 --- psl_example.sql 20 Oct 2004 16:35:59 -0000 1.2 *************** *** 121,125 **** -- ! INSERT INTO psl_story (story_id, user_id, order_no, title, dept, intro_text, body_text, hits, topic_cache, story_options, date_available) VALUES (19,1,'','Congratulations! It Works!','new-stuff-is-cool','Welcome to phpslash!\r<br>\n\r<br>\nNow, login to the Admin Section with the default username of \'god\' and password of \'password\' and delete this story!\r<br>\n\r<br>\nThen, add yourself as an author (remember to give yourself all Security permissions) and logout / login again. ','',1,'','',975968996); # -------------------------------------------------------- --- 121,125 ---- -- ! INSERT INTO psl_story (story_id, user_id, order_no, title, dept, intro_text, body_text, hits, topic_cache, story_options, date_available) VALUES (19,1,'','Congratulations! It Works!','new-stuff-is-cool','Welcome to phpslash!\r<br>\n\r<br>\nNow, login to the Admin Section and delete this story!\r<br>\n\r<br>\nThen finish setting up your personal information in your User Profile. ','',1,'','',1098196196); # -------------------------------------------------------- |