Issue 3033: Default groups not displayed correctly
Status:  Invalid
Owner: ----
Closed:  Nov 2014
Reported by jim.lund...@transmode.se, Nov 26, 2014
************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.    *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS!  *****
************************************************************

Affected Version:
2.9.1

What steps will reproduce the problem?
1. Clean install:
java -jar gerrit.war init -d /home/gerrit2/gerrit
See gerrit.config below for configuration.
2. Create the first user (Account id: 1000000)
3. Click People->List Groups

What is the expected output? What do you see instead?
I see only:
Administrators
Non-Interactive Users

When I go to settings->Groups I see:
Administrators
Anonymous Users
Registered Users
user/Jim Lundgren (jilu)
userid/Jim Lundgren (jilu)

I would expect both printouts to be kind of the same. If I try to create for example group Anonymous User I get "Resource Already Exist"

Please provide any additional information below.
gerrit.config 
[gerrit]
	basePath = git
	canonicalWebUrl = http://<My gerrit machine>:8080/
[database]
	type = h2
	database = db/ReviewDB
[index]
	type = LUCENE
[auth]
	type = DEVELOPMENT_BECOME_ANY_ACCOUNT
[sendemail]
	smtpServer = localhost
[container]
	user = gerrit2
	javaHome = /opt/icedtea-bin-7.2.4.7/jre
[sshd]
	listenAddress = *:29418
[httpd]
	listenUrl = http://*:8080/
[cache]
	directory = cache

Nov 26, 2014
Project Member #1 edwin.ke...@gmail.com
It's by intention that system groups are not shown in the groups list.
System groups are groups to which you cannot assign members explicitly, but were the members are computed (e.g. Anonymous Users and Registered Users).
Nov 26, 2014
#2 jim.lund...@transmode.se
OK. Thanks for the quick reply!
Nov 30, 2014
Project Member #3 david.pu...@sonymobile.com
Works as designed.
Status: Invalid