By default each user should be able to read and update the own user
branch. Also the user should be able to approve and submit changes for
the own user branch. Assign default permissions for this and remove the
old exclusive read protection from the user branches.
--- /dev/null
+# UUID Group Name
+#
+global:Registered-Users Registered Users
[project]
description = Individual user settings and preferences.
[access "refs/users/*"]
- exclusiveGroupPermissions = read
+[access "refs/users/${shardeduserid}"]
+ read = +force group Registered Users
+ push = +force group Registered Users
+ label-Code-Review = -2..+2 group Registered Users
+ label-Verified = -1..+1 group Registered Users
+ submit = +force group Registered Users