Index: branches/unlabeled/unlabeled-1.3.2/core/install/install_data.sql =================================================================== diff -u -r6787 -r6915 --- branches/unlabeled/unlabeled-1.3.2/core/install/install_data.sql (.../install_data.sql) (revision 6787) +++ branches/unlabeled/unlabeled-1.3.2/core/install/install_data.sql (.../install_data.sql) (revision 6915) @@ -549,3 +549,7 @@ INSERT INTO StdDestinations VALUES (306, 2, 225, 'la_state_AL', 'AL', NULL); INSERT INTO PermCache (CategoryId, PermId, ACL) VALUES (0, 1, '11,12,13,14,15'); + +INSERT INTO Permissions VALUES (0, 'LOGIN', 13, 1, 1, 0); +INSERT INTO Permissions VALUES (0, 'LOGIN', 11, 1, 1, 0); +INSERT INTO Permissions VALUES (0, 'ADMIN', 11, 1, 1, 0); \ No newline at end of file