# HG changeset patch # User rejo # Date 1206650123 0 # Node ID 6e46a6454952d22e4f914f9fc9f4427b7c5d21ed # Parent a4b469dac1611404dd60f18bfab43aeccb5f0261 [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. diff -r a4b469dac161 -r 6e46a6454952 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`;