Modify access rules
diff --git a/project.config b/project.config
index a3664b0..e6f12ed 100644
--- a/project.config
+++ b/project.config
@@ -7,16 +7,13 @@
 	enableSignedPush = false
 [submit]
 	mergeContent = true
-[capability]
-	administrateServer = group Administrators
-	priority = batch group Non-Interactive Users
-	streamEvents = group Non-Interactive Users
 [access "refs/*"]
 	read = group Administrators
 	read = group Anonymous Users
 	revert = group Registered Users
 [access "refs/for/*"]
 	addPatchSet = group Registered Users
+	submit = group Administrators
 [access "refs/for/refs/*"]
 	push = group Registered Users
 	pushMerge = group Registered Users
@@ -65,7 +62,11 @@
 	value = +1 Looks good to me, but someone else must approve
 	value = +2 Looks good to me, approved
 [contributor-agreement "Individual"]
-  description = If you are going to be contributing code on your own, this is the one you want. You can sign this one online.
-  agreementUrl = static/cla_individual.html
-  autoVerify = group CLA Accepted - Individual
-  accepted = group CLA Accepted - Individual
+	description = If you are going to be contributing code on your own, this is the one you want. You can sign this one online.
+	agreementUrl = static/cla_individual.html
+	autoVerify = group CLA Accepted - Individual
+	accepted = group CLA Accepted - Individual
+[capability]
+	administrateServer = group Administrators
+	priority = batch group Non-Interactive Users
+	streamEvents = group Non-Interactive Users