summary refs log tree commit diff
path: root/project.config
diff options
context:
space:
mode:
authortazjin <mail@tazj.in>2020-06-14T22·13+0000
committertazjin <mail@tazj.in>2020-06-14T22·17+0000
commit7b9c8a77b69a89ae9a7fcce1bdb9c418e4a0e14f (patch)
treef2bf5c42a10dd8ee51552f6feef5351ff05a64da /project.config
parent44b413070a005090d983ebad493e4408652b3705 (diff)
fix: Allow registered users to push identities
Reviewing identities is complicated by the fact that going through Gerrit will inevitably edit the hash, which will then lead to strange behaviour in git-bug. For now lets just let everyone push their identity and hope for the best.

This means people should take care to point their avatars at a URL they control, e.g. something in their //users/ folder.

Change-Id: I521f20f74e82aaf895f453607f70ffbaed8770b3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/363
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'project.config')
-rw-r--r--project.config3
1 files changed, 1 insertions, 2 deletions
diff --git a/project.config b/project.config
index 6d6ad2060b..e1f32a80f8 100644
--- a/project.config
+++ b/project.config
@@ -32,5 +32,4 @@
 	read = group Anonymous Users
 [access "refs/identities/*"]
 	read = group Anonymous Users
-	submit = group Administrators
-	submit = group Project Owners
+	push = group Registered Users