Allow registered users to edit topics

Allow any registered user to edit the topic of any change in
Gerrit.

Topic changes are recorded as review messages, so if people go
crazy with this, it will be apparent.

Change-Id: Ic19a8e02abae1d1e900f5c9e89e3b90e8cdefdab
This commit is contained in:
James E. Blair 2015-08-19 07:13:57 -07:00
parent b4e9055f6e
commit afcfe2b904

View File

@ -263,6 +263,7 @@ Next, edit `project.config` to look like::
pushTag = group Project Bootstrappers
pushTag = group Release Managers
read = group Anonymous Users
editTopicName = group Registered Users
[access "refs/drafts/*"]
push = block group Registered Users