Add revert permission for all registered users
diff --git a/project.config b/project.config
index 030f079..cd58055 100644
--- a/project.config
+++ b/project.config
@@ -6,15 +6,10 @@
 	requireChangeId = true
 [submit]
 	mergeContent = true
-[capability]
-	administrateServer = group Administrators
-	priority = batch group Non-Interactive Users
-	streamEvents = group Event Streaming Users
-	streamEvents = group Non-Interactive Users
-	accessDatabase = group Administrators
 [access "refs/*"]
 	read = group Administrators
 	read = group Anonymous Users
+	revert = group Registered Users
 [access "refs/for/refs/*"]
 	push = group AsterixDB Contributors
 	push = group AsterixDB Devs
@@ -60,18 +55,21 @@
 	copyMinScore = true
 	value = -2 Do not submit
 	value = -1 I would prefer that you didn't submit this
-	value =  0 No score
+	value = 0 No score
 	value = +1 Looks good to me, but someone else must approve
 	value = +2 Looks good to me, approved
 	defaultValue = 0
-[notify "apache"]
-	email = notifications@asterixdb.apache.org
-	type = all
-[contributor-agreement "ASF Individual CLA"]
-	description = All patches submitted to this server are proposed contributions to Apache AsterixDB (Incubating). Per Apache Software Foundation guidelines, for any contributions of non-trivial size, please submit an Individual Contributor License Agreement prior to submitting your contribution here for further consideration. For more details you can visit https://www.apache.org/licenses/ #clas Thanks!
-	requireContactInformation = true
-	agreementUrl = https://www.apache.org/licenses/icla.txt
-	accepted = group ICLAed
-
 [access "refs/for/*"]
 	addPatchSet = group ICLAed
+[contributor-agreement "ASF Individual CLA"]
+	description = All patches submitted to this server are proposed contributions to Apache AsterixDB (Incubating). Per Apache Software Foundation guidelines, for any contributions of non-trivial size, please submit an Individual Contributor License Agreement prior to submitting your contribution here for further consideration. For more details you can visit https://www.apache.org/licenses/
+	agreementUrl = https://www.apache.org/licenses/icla.txt
+	accepted = group ICLAed
+[capability]
+	accessDatabase = group Administrators
+	administrateServer = group Administrators
+	priority = batch group Non-Interactive Users
+	streamEvents = group Event Streaming Users
+	streamEvents = group Non-Interactive Users
+[notify "apache"]
+	email = notifications@asterixdb.apache.org