[feladat @ 200]
authorrejo
Thu, 27 Mar 2008 20:35:23 +0000
changeset 100 6e46a6454952
parent 99 a4b469dac161
child 101 9eb37dbe5388
[feladat @ 200] When loading SQL database structure user 'administrator' has all possible permissions enabled, both ueberuser and others. This may bring confusion, especially those that didn't read the documentation. Now only 'user_is_ueberuser' is enabled, all other disabled. No functional changes. Suggested by Maarten te Paske.
docs/poweradmin-mysql-db-structure.sql
--- a/docs/poweradmin-mysql-db-structure.sql	Thu Mar 27 20:30:00 2008 +0000
+++ b/docs/poweradmin-mysql-db-structure.sql	Thu Mar 27 20:35:23 2008 +0000
@@ -48,7 +48,7 @@
 ) ENGINE=MyISAM AUTO_INCREMENT=269 DEFAULT CHARSET=latin1;
 
 LOCK TABLES `perm_templ_items` WRITE;
-INSERT INTO `perm_templ_items` VALUES (58,2,43),(268,1,43),(267,1,46),(266,1,54),(265,1,56),(264,1,58),(263,1,45),(262,1,48),(261,1,44),(260,1,47),(259,1,57),(258,1,52),(257,1,61),(57,2,51),(56,2,42),(55,2,60),(54,2,41),(256,1,59),(255,1,50),(156,3,56),(155,3,58),(254,1,55),(253,1,51),(252,1,42),(251,1,60),(250,1,41),(249,1,53);
+INSERT INTO `perm_templ_items` VALUES (249,1,53);
 UNLOCK TABLES;
 
 DROP TABLE IF EXISTS `zones`;