Modified: trunk/opsview-core/import/initial_opsview.sql
===================================================================
--- trunk/opsview-core/import/initial_opsview.sql 2012-11-20 13:27:15 UTC (rev 10872)
+++ trunk/opsview-core/import/initial_opsview.sql 2012-11-20 15:13:32 UTC (rev 10873)
@@ -255,7 +255,7 @@
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (1,'Public','Access available for public users',0,0,0,0,0);
INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (2,'Authenticated user','All authenticated users inherit this role',0,0,0,0,0);
-INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (10,'Administrator','Administrator access',1,1,1,0,0);
+INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (10,'Administrator','Administrator access',1,1,1,1,0);
INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (11,'View all, change some','Operator',2,0,0,0,0);
INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (12,'View some, change some','Restricted operator',4,0,0,0,0);
INSERT INTO `roles` (`id`, `name`, `description`, `priority`, `all_hostgroups`, `all_servicegroups`, `all_keywords`, `uncommitted`) VALUES (13,'View all, change none','Read only user',3,0,0,0,0);