Update of /cvsroot/phpslash/phpslash-ft/tables/0.65
In directory usw-pr-cvs1:/tmp/cvs-serv4030/phpslash-ft/tables/0.65
Modified Files:
slash-all.sql 6_to_65.sql
Log Message:
new perm storyeditor
Index: slash-all.sql
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.65/slash-all.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** slash-all.sql 13 Mar 2002 16:37:56 -0000 1.14
--- slash-all.sql 15 Apr 2002 15:47:42 -0000 1.15
***************
*** 164,168 ****
#
! INSERT INTO psl_author (author_id, author_name, author_realname, url, email, quote, password, seclev, perms) VALUES ( '1', 'god', '', 'http://www.god.com', 'go...@he...', 'God doesn't need a 'quote'!', MD5('god:password'), '1000000', 'root,nobody,user,topic,comment,story,section,submission,block,poll,author,variable,glossary,mailinglist,logging');
# --------------------------------------------------------
--- 164,168 ----
#
! INSERT INTO psl_author (author_id, author_name, author_realname, url, email, quote, password, seclev, perms) VALUES ( '1', 'god', '', 'http://www.god.com', 'go...@he...', 'God doesn't need a 'quote'!', MD5('god:password'), '1000000', 'root,nobody,user,topic,comment,story,storyeditor,section,submission,block,poll,author,variable,glossary,mailinglist,logging');
# --------------------------------------------------------
Index: 6_to_65.sql
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.65/6_to_65.sql,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 6_to_65.sql 1 Feb 2002 21:39:02 -0000 1.7
--- 6_to_65.sql 15 Apr 2002 15:47:43 -0000 1.8
***************
*** 11,15 ****
update psl_author set perms='nobody,user,topic,story,section,submission,block,poll,author,variable,glossary,mailinglist,logging,comment' where seclev > '9999' and seclev < '1000000';
! update psl_author set perms='root,nobody,user,topic,story,section,submission,block,poll,author,variable,glossary,mailinglist,logging,comment' where seclev > '999999';
UPDATE psl_author SET password = MD5(CONCAT(author_name,":",password));
--- 11,15 ----
update psl_author set perms='nobody,user,topic,story,section,submission,block,poll,author,variable,glossary,mailinglist,logging,comment' where seclev > '9999' and seclev < '1000000';
! update psl_author set perms='root,nobody,user,topic,story,storyeditor,section,submission,block,poll,author,variable,glossary,mailinglist,logging,comment' where seclev > '999999';
UPDATE psl_author SET password = MD5(CONCAT(author_name,":",password));
|