f3eddd536a
By setting 'groups.<UUID>.name' in gerrit.config administrators can configure the display name for system groups. This is e.g. useful to rename the 'Anonymous Users' group which is often misunderstood by users. When configuring a new name for a system group the administrator must make sure that this name is not used any existing group. Gerrit prevents creation of groups with names that are used by system groups (case insensitive). In addition Gerrit keeps the default names of system groups reserved so that administrators can always switch back to the default names. This also avoids confusion with having a normal group with the default name of a system group, but having the system group available under a different name. When configuring a name for a system group, the UUID of the group stays intact. Hence there is no need to modify any group references in refs/meta/config branches. In the refs/meta/config branches still the old name will be used until there is an update, which will update the names of renamed groups automatically. Change-Id: Ida61027a7ec6d1d30f2a945dfd1fbb2e0c6121ea Signed-off-by: Edwin Kempin <ekempin@google.com> |
||
---|---|---|
.. | ||
src/test/java/com/google/gerrit/acceptance | ||
BUILD | ||
tests.bzl |